FIREVPN, VPN & Proxy

Proxy for chrome FIREVPN.

FIREVPN, VPN & Proxy란 무엇입니까?

FIREVPN, VPN & Proxy은(는) https://maxtrigger.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy for chrome FIREVPN."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FIREVPN, VPN & Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This service is a virtual private network designed to protect Internet users. When you connect to the Internet, our system allows to securely hide your IP-address by encrypting your Internet activity (traffic) from the third parties.                    

확장 프로그램 기본 정보

이름 FIREVPN, VPN & Proxy FIREVPN, VPN & Proxy
ID pdgmlhjpocflkpaempclfkpokmmdnlil
공식 URL https://chromewebstore.google.com/detail/firevpn-vpn-proxy/pdgmlhjpocflkpaempclfkpokmmdnlil
설명 Proxy for chrome FIREVPN.
파일 크기 610 KB
설치 횟수 2,886
현재 버전 1.0.1
최근 업데이트 2021-10-27
출시 날짜 2021-10-27
평점 2.88/5 총 8 개의 평점
개발자 https://maxtrigger.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://maxtrigger.com/firevpn
도움말 페이지 URL https://maxtrigger.com/support
개인정보 보호 정책 페이지 URL https://maxtrigger.com/PrivacyPolicy
지원되는 언어 en,en-GB,en-US,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/libs\/jquery-3.1.1.min.js",
            "js\/libs\/platform.js",
            "js\/modules\/config.js",
            "js\/modules\/utils.js",
            "js\/modules\/proxy_utils.js",
            "js\/modules\/error-catcher.js",
            "js\/modules\/feedback.js",
            "js\/modules\/ping.js",
            "js\/modules\/tasks.js",
            "js\/modules\/stats.js",
            "js\/background.js",
            "js\/modules\/listener.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon64-gray.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/jquery-3.1.1.min.js",
                "js\/libs\/tasks_r.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "FIREVPN, VPN & Proxy",
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "proxy",
        "storage",
        "alarms",
        "notifications",
        "*:\/\/*\/*",
        "unlimitedStorage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}