ProxFlow
No more country restrictions, just enjoy the content!
Hvad er ProxFlow?
ProxFlow er en Chrome-udvidelse udviklet af https://proxflow.com, og dens hovedfunktion er "No more country restrictions, just enjoy the content!".
Udvidelsesskærmbilleder
Download ProxFlow-udvidelses-CRX-fil
Download ProxFlow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more.
Grundlæggende oplysninger om udvidelsen
Navn | ProxFlow |
ID | aakchaleigkohafkfjfjbblobjifikek |
Officiel URL | https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek |
Beskrivelse | No more country restrictions, just enjoy the content! |
Filstørrelse | 164 KB |
Antal Installationer | 238,481 |
Nuværende Version | 3.2.1 |
Senest Opdateret | 2021-05-11 |
Udgivelsesdato | 2020-06-11 |
Bedømmelse | 3.85/5 Samlet 1166 Bedømmelser |
Udvikler | https://proxflow.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://proxflow.com |
Understøttede Sprog | 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" ] } } |