Proxy Port Extension

Automatic proxy rotation for anonymity and browsing blocked resources

Proxy Port Extension là gì?

Proxy Port Extension là một tiện ích mở rộng Chrome được phát triển bởi https://proxy-port.com, và tính năng chính của nó là "Automatic proxy rotation for anonymity and browsing blocked resources".

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

screenshot

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

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

                        Looking for a fast, secure, and private browsing experience? Look no further than Proxy Port Browser Extension! Our browser extension allows you to access websites without revealing your real IP address, so you can browse the web with peace of mind.

With Proxy Port Browser Extension, you can enjoy the following benefits:

    Bypass blocks: Our extension allows you to open blocked and restricted content.
    Private browsing: Your real IP address is hidden from the websites you visit, so your browsing history remains private.
    Easy to use: Simply install the extension and activate it with one click.

Whether you're concerned about online privacy, want to bypass internet censorship, or just need to access geo-restricted content, Proxy Browser Extension has you covered. Try it today and experience the power of private browsing!                    

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

Tên Proxy Port Extension Proxy Port Extension
ID hmmlmlccdnijglmmbjgpacjaoelakpee
URL Chính Thức https://chromewebstore.google.com/detail/proxy-port-extension/hmmlmlccdnijglmmbjgpacjaoelakpee
Mô tả Automatic proxy rotation for anonymity and browsing blocked resources
Kích Thước Tệp 90.12 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.1.18
Cập Nhật Lần Cuối 2023-03-30
Ngày Phát Hành 2020-11-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://proxy-port.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://proxy-port.com/en/browser-extensions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxy Port Extension",
    "short_name": "Proxy Port",
    "description": "Automatic proxy rotation for anonymity and browsing blocked resources",
    "version": "1.1.18",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "192": "img\/icon192.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/ba_64.png",
        "default_title": "Proxy Port: Off"
    },
    "background": {
        "scripts": [
            "utils.js",
            "apidriver.js",
            "proxykeeper.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications"
    ]
}