MM3-ProxySwitch

Switch between a direct internet connection and several proxy settings

MM3-ProxySwitchคืออะไร?

MM3-ProxySwitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://proxy-offline-browser.com และคุณลักษณะหลักของมันคือ "Switch between a direct internet connection and several proxy settings"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MM3-ProxySwitch

ดาวน์โหลดไฟล์ส่วนขยาย MM3-ProxySwitch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With the extionsion, you no longer need to re-enter the dialog "Connection Settings" in your browser when you switch to another configuration.

With this Proxy Switch you can toggle with one click between the direct connection to the internet and other proxy configurations.

Besides, the system proxy settings are not changed. 


This extionsion has only been available to Firefox. With the interface "WebExtionsions" now also for Google Chrome.


::: Help :::
The MM3-ProxySwitch includes the operation instructions, this is availably additional on the homepage.

Write an e-mail for us at problems.


::: Update :::

::: 15-Aug-2018 :::
Automatic switching with a TestUrl.

Proxy configurations can be activated or switched using shortcut.

Comments can be added.


::: 2-Jul-2018 :::
Bugfix: For Linux in the function homepage


::: 13-Jun-2018 :::
Symbol for a proxy configuration, the shape and color can be changed.


::: 6-Apr-2018 :::
NoProxy: The parameter  for all local host name.

The character "<" can now also be used as a parameter.


::: 5-Dec-2017 :::
Help: HTML formatting


::: 29-Nov-2017 :::
GUI: Revised popup menu

socks: In a configuration with socks, the proxies for http, https and ftp can also be specified.

Bugfix: After switching to another configuration, the proxy will be on by default.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MM3-ProxySwitch MM3-ProxySwitch
ID phbjaiacjbplfmapmlljdoacomhbpfoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mm3-proxyswitch/phbjaiacjbplfmapmlljdoacomhbpfoe
คำอธิบาย Switch between a direct internet connection and several proxy settings
ขนาดไฟล์ 35.45 KB
จำนวนการติดตั้ง 912
เวอร์ชันปัจจุบัน 2018.332
อัปเดตครั้งล่าสุด 2018-08-15
วันที่เผยแพร่ 2018-08-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://proxy-offline-browser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://proxy-offline-browser.com/MM3-ProxySwitch
URL หน้านโยบายความเป็นส่วนตัว https://proxy-offline-browser.com/ProxySwitch/PrivacyPolicy.htm
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MM3-ProxySwitch",
    "short_name": "ProxySwitch",
    "description": "__MSG_appDescription__",
    "version": "2018.332",
    "author": "MM3Tools",
    "icons": {
        "48": "img\/MM3_48.png",
        "96": "img\/MM3_96.png"
    },
    "default_locale": "en",
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/MM3_16off.png",
            "32": "img\/MM3_32off.png"
        }
    },
    "background": {
        "scripts": [
            "util.js",
            "ProxySwitch.js"
        ]
    },
    "permissions": [
        "storage",
        "proxy",
        "browsingData",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "ProxySwitch-1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "1"
        },
        "ProxySwitch-2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "2"
        },
        "ProxySwitch-3": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "3"
        },
        "ProxySwitch-4": {
            "suggested_key": {
                "default": "Ctrl+Shift+4"
            },
            "description": "4"
        }
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "setting.html"
    }
}