Simple Proxy Switcher
Simple Proxy Switcher
什麼是Simple Proxy Switcher?
Simple Proxy Switcher是由https://maksam07.com開發的Chrome擴展程式,該擴展的主要功能是“Simple Proxy Switcher”。
擴展截圖
下載Simple Proxy Switcher擴展crx文件
下載Simple Proxy Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple add-on to quickly switch your proxy servers
Currently only supports http/s proxy
Import example:
ip:port
ip:port:login:password
login:password@ip:port 擴展基本資訊
| 名稱 | |
| ID | pcboajngloecgmaailkmphmpbacmbcfb |
| 官方網址 | https://chromewebstore.google.com/detail/simple-proxy-switcher/pcboajngloecgmaailkmphmpbacmbcfb |
| 簡介 | Simple Proxy Switcher |
| 檔案大小 | 1.32 MB |
| 安裝次數 | 15,013 |
| 目前版本 | 1.0.0.1 |
| 更新時間 | 2022-07-06 |
| 上架時間 | 2021-05-28 |
| 評分 | 4.88/5 共 17 次評分 |
| 開發者 | https://maksam07.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"static\/js\/config.js",
"static\/js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "__MSG_defTitle__",
"default_icon": {
"16": "static\/images\/icon16_disabled.png",
"24": "static\/images\/icon24_disabled.png",
"32": "static\/images\/icon32_disabled.png"
},
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_extDescr__",
"icons": {
"16": "static\/images\/icon16_enabled.png",
"48": "static\/images\/icon48_enabled.png",
"128": "static\/images\/icon128_enabled.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [
"webRequest",
"webRequestBlocking",
"proxy",
"browsingData",
" | |