Simple proxy helper
Set proxy for Google Chrome browser
Simple proxy helperとは何ですか?
Simple proxy helperはextensiondev2020によって開発されたChromeの拡張機能で、その主な機能は「Set proxy for Google Chrome browser」です。
拡張機能のスクリーンショット
Simple proxy helper拡張機能のCRXファイルをダウンロード
Simple proxy helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple proxy helper is an extension that allows people to connect to webRTC providers through a SOCKS5 proxy in case they cannot access it directly due to communication or infrastructure problems. The proxy only works for a limited set of webRTC providers. The extension is for internal use. 拡張機能の基本情報
| 名前 | |
| ID | ggbeghljoagdajigdliipcdnpjgmjjlh |
| 公式URL | https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh |
| 説明 | Set proxy for Google Chrome browser |
| ファイルサイズ | 21.16 KB |
| インストール数 | 209 |
| 現在のバージョン | 0.0.15 |
| 最終更新日 | 2021-12-15 |
| 公開日 | 2020-08-18 |
| 評価 | 2.67/5 合計 3 レビュー |
| 開発者 | extensiondev2020 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"version": "0.0.15",
"manifest_version": 3,
"default_locale": "en",
"description": "__MSG_appDesc__",
"name": "__MSG_appName__",
"icons": {
"128": "images\/on.png"
},
"permissions": [
"proxy",
"privacy"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "images\/off.png",
"default_title": "__MSG_title__",
"default_popup": "popup.html"
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.interprefy.com\/*",
"*:\/\/*.interpret.world\/*",
"*:\/\/interpret.world\/*"
]
},
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"minimum_chrome_version": "88"
} | |