ProxFlow
No more country restrictions, just enjoy the content!
Qu'est-ce que ProxFlow ?
ProxFlow est une extension Chrome développée par https://proxflow.com, et sa fonction principale est "No more country restrictions, just enjoy the content!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ProxFlow
Téléchargez les fichiers d'extension ProxFlow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more.
Informations de Base sur l'Extension
Nom | ProxFlow |
ID | aakchaleigkohafkfjfjbblobjifikek |
URL Officiel | https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek |
Description | No more country restrictions, just enjoy the content! |
Taille du Fichier | 164 KB |
Nombre d'Installations | 238,481 |
Version Actuelle | 3.2.1 |
Dernière Mise à Jour | 2021-05-11 |
Date de Publication | 2020-06-11 |
Évaluation | 3.85/5 Total 1166 Évaluations |
Développeur | https://proxflow.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://proxflow.com |
Langues Prises en Charge | 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" ] } } |