Proxy Port Extension

Automatic proxy rotation for anonymity and browsing blocked resources

什麼是Proxy Port Extension?

Proxy Port Extension是由https://proxy-port.com開發的Chrome擴展程式,該擴展的主要功能是“Automatic proxy rotation for anonymity and browsing blocked resources”。

擴展截圖

screenshot

下載Proxy Port Extension擴展crx文件

下載Proxy Port Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Proxy Port Extension Proxy Port Extension
ID hmmlmlccdnijglmmbjgpacjaoelakpee
官方網址 https://chromewebstore.google.com/detail/proxy-port-extension/hmmlmlccdnijglmmbjgpacjaoelakpee
簡介 Automatic proxy rotation for anonymity and browsing blocked resources
檔案大小 90.12 KB
安裝次數 59
目前版本 1.1.18
更新時間 2023-03-30
上架時間 2020-11-12
評分 5.00/5 共 1 次評分
開發者 https://proxy-port.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://proxy-port.com/en/browser-extensions
支援的語言 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"
    ]
}