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 |
| 公式URL | 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 |
| Eメール | [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",
" | |