ProxFlow

No more country restrictions, just enjoy the content!

ProxFlowとは何ですか?

ProxFlowはhttps://proxflow.comによって開発されたChromeの拡張機能で、その主な機能は「No more country restrictions, just enjoy the content!」です。

拡張機能のスクリーンショット

screenshot

ProxFlow拡張機能のCRXファイルをダウンロード

ProxFlow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more.                    

拡張機能の基本情報

名前 ProxFlow ProxFlow
ID aakchaleigkohafkfjfjbblobjifikek
公式URL https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek
説明 No more country restrictions, just enjoy the content!
ファイルサイズ 164 KB
インストール数 238,481
現在のバージョン 3.2.1
最終更新日 2021-05-11
公開日 2020-06-11
評価 3.85/5 合計 1166 レビュー
開発者 https://proxflow.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://proxflow.com
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "ProxFlow",
    "version": "3.2.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/proxflow.com",
    "permissions": [
        "storage",
        "tabs",
        "proxy",
        "https:\/\/loadbalancer-api-v2.herokuapp.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "browser_action": {
        "default_title": "ProxFlow",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "content\/youtube.injected.js",
        "icons\/waitajax.gif"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}