Proxy Pac Switcher
This extensions simplifies the process of setting up a proxy.
Proxy Pac Switcherとは何ですか?
Proxy Pac Switcherはsura.khによって開発されたChromeの拡張機能で、その主な機能は「This extensions simplifies the process of setting up a proxy.」です。
拡張機能のスクリーンショット
Proxy Pac Switcher拡張機能のCRXファイルをダウンロード
Proxy Pac Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text. 拡張機能の基本情報
| 名前 | |
| ID | dcokccgklilfbehagkdnmlpcdonfopeh |
| 公式URL | https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh |
| 説明 | This extensions simplifies the process of setting up a proxy. |
| ファイルサイズ | 3.68 MB |
| インストール数 | 399 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2023-10-16 |
| 公開日 | 2020-12-21 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | sura.kh |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/sura0111/proxyPac |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.2.0.0",
"version_name": "0.2.0",
"default_locale": "en",
"permissions": [
"storage",
"proxy"
],
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "public\/icons\/white16.png",
"32": "public\/icons\/white32.png",
"128": "public\/icons\/white128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_appName__",
"default_icon": {
"16": "public\/icons\/white16.png",
"32": "public\/icons\/white32.png",
"128": "public\/icons\/white128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
} | |