ProxFlow
No more country restrictions, just enjoy the content!
Was ist ProxFlow?
ProxFlow ist eine Chrome-Erweiterung, die von https://proxflow.com entwickelt wurde, und ihr Hauptmerkmal ist "No more country restrictions, just enjoy the content!".
Erweiterungsscreenshots
ProxFlow-Erweiterungs-CRX-Datei herunterladen
Laden Sie ProxFlow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aakchaleigkohafkfjfjbblobjifikek |
| Offizielle URL | https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek |
| Beschreibung | No more country restrictions, just enjoy the content! |
| Dateigröße | 164 KB |
| Installationsanzahl | 238,481 |
| Aktuelle Version | 3.2.1 |
| Letztes Update | 2021-05-11 |
| Veröffentlichungsdatum | 2020-06-11 |
| Bewertung | 3.85/5 Insgesamt 1166 Bewertungen |
| Entwickler | https://proxflow.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://proxflow.com |
| Unterstützte Sprachen | 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"
]
}
} | |