Proxy Switcher
A simple, minimal Chrome extension to switch between configured proxy profiles.
什麼是Proxy Switcher?
Proxy Switcher是由stalkr開發的Chrome擴展程式,該擴展的主要功能是“A simple, minimal Chrome extension to switch between configured proxy profiles.”。
擴展截圖
下載Proxy Switcher擴展crx文件
下載Proxy Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple, minimal Chrome extension to switch between configured proxy profiles. 擴展基本資訊
| 名稱 | |
| ID | nfgjkknbjghcmeifdfocmofahdibbgae |
| 官方網址 | https://chromewebstore.google.com/detail/proxy-switcher/nfgjkknbjghcmeifdfocmofahdibbgae |
| 簡介 | A simple, minimal Chrome extension to switch between configured proxy profiles. |
| 檔案大小 | 39.46 KB |
| 安裝次數 | 506 |
| 目前版本 | 1.5 |
| 更新時間 | 2022-01-03 |
| 上架時間 | 2019-05-25 |
| 評分 | 3.50/5 共 4 次評分 |
| 開發者 | stalkr |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/StalkR/chrome-proxy-switcher |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Proxy Switcher",
"version": "1.5",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"128": "icon128.png"
},
"options_page": "options.html",
"permissions": [
"proxy",
"storage"
],
"action": {
"default_icon": "icon24-grey.png",
"default_popup": "popup.html",
"default_title": "Proxy Switcher"
}
} | |