Proxyfy

Tiny proxy switcher

Proxyfy là gì?

Proxyfy là một tiện ích mở rộng Chrome được phát triển bởi Anton, và tính năng chính của nó là "Tiny proxy switcher".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Proxyfy 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

                        Simple proxy switcher, like late FoxyProxy.

* Support URL rules
* Import/Export settings
* Quick switch from popup

! Chrome manifest v3 is not supported proxy authorization,  crbug.com/1135492                    

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

Tên Proxyfy Proxyfy
ID nhhiibgdcbodahbjepebolcdpmgdedmk
URL Chính Thức https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk
Mô tả Tiny proxy switcher
Kích Thước Tệp 419 KB
Số Lần Cài Đặt 736
Phiên Bản Hiện Tại 2.1.6
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2019-03-08
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Anton
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Feverqwe/proxyfy/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Proxyfy",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "proxy"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "name": "Proxyfy",
    "description": "Tiny proxy switcher",
    "version": "2.1.6"
}