Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d68c062

Browse files
author
pirST
committed
update version and add Crome web store link
1 parent 545b8b6 commit d68c062

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ A Chrome extension for managing SOCKS5 and HTTP proxy connections with an intuit
1111
- **Default Actions**: Set default behavior for traffic not matching specific rules
1212

1313
## Installation
14+
[From Crome web store](https://chromewebstore.google.com/detail/dgficjijdoahejlbjbebhbjajjakhibn?utm_source=item-share-cb)
15+
16+
Or manual:
1417
1. Download or clone this repository
1518
2. Open Chrome and navigate to `chrome://extensions/`
1619
3. Enable "Developer mode" in the top right corner

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "SOCKSbox",
4-
"version": "0.2",
4+
"version": "0.5.1",
55
"description": "Extension to manage multiple SOCKS5 and HTTP proxies",
66
"permissions": ["proxy", "storage"],
77
"background": {

0 commit comments

Comments
 (0)