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
官方網址 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
電子郵箱 [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"
        ]
    }
}