ProxFlow

No more country restrictions, just enjoy the content!

Cos'è ProxFlow?

ProxFlow è un'estensione di Chrome sviluppata da https://proxflow.com, e la sua funzione principale è "No more country restrictions, just enjoy the content!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ProxFlow

Scarica i file di estensione ProxFlow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ProxFlow ProxFlow
ID aakchaleigkohafkfjfjbblobjifikek
URL Ufficiale https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek
Descrizione No more country restrictions, just enjoy the content!
Dimensione del File 164 KB
Conteggio Installazioni 238,481
Versione Corrente 3.2.1
Ultimo Aggiornamento 2021-05-11
Data di Pubblicazione 2020-06-11
Valutazione 3.85/5 Totale 1166 Valutazioni
Sviluppatore https://proxflow.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://proxflow.com
Lingue Supportate 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"
        ]
    }
}