ProxFlow

No more country restrictions, just enjoy the content!

Wat is ProxFlow?

ProxFlow is een Chrome-extensie ontwikkeld door https://proxflow.com, en de belangrijkste functie is "No more country restrictions, just enjoy the content!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ProxFlow

Download ProxFlow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ProxFlow ProxFlow
ID aakchaleigkohafkfjfjbblobjifikek
Officiële URL https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek
Beschrijving No more country restrictions, just enjoy the content!
Bestandsgrootte 164 KB
Aantal Installaties 238,481
Huidige Versie 3.2.1
Laatst Bijgewerkt 2021-05-11
Publicatiedatum 2020-06-11
Beoordeling 3.85/5 Totaal 1166 Beoordelingen
Ontwikkelaar https://proxflow.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://proxflow.com
Ondersteunde Talen 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"
        ]
    }
}