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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}