Simple Proxy Switcher

Simple Proxy Switcher

Simple Proxy Switcher là gì?

Simple Proxy Switcher là một tiện ích mở rộng Chrome được phát triển bởi https://maksam07.com, và tính năng chính của nó là "Simple Proxy Switcher".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Proxy Switcher

Tải xuống các tệp mở rộng Simple Proxy Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Proxy Switcher Simple Proxy Switcher
ID pcboajngloecgmaailkmphmpbacmbcfb
URL Chính Thức https://chromewebstore.google.com/detail/simple-proxy-switcher/pcboajngloecgmaailkmphmpbacmbcfb
Mô tả Simple Proxy Switcher
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 15,013
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2022-07-06
Ngày Phát Hành 2021-05-28
Đánh Giá 4.88/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://maksam07.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ],
    "version": "1.0.0.1"
}