ProxFlow
No more country restrictions, just enjoy the content!
What is ProxFlow?
ProxFlow is a Chrome extension developed by https://proxflow.com, and its main feature is "No more country restrictions, just enjoy the content!".
Extension Screenshots
Download ProxFlow Extension CRX File
Download ProxFlow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more.
Extension Basic Information
Name | ProxFlow |
ID | aakchaleigkohafkfjfjbblobjifikek |
Official URL | https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek |
Description | No more country restrictions, just enjoy the content! |
File Size | 164 KB |
Installation Count | 238,481 |
Current Version | 3.2.1 |
Last Updated | 2021-05-11 |
Publish Date | 2020-06-11 |
Rating | 3.85/5 Total 1166 Ratings |
Developer | https://proxflow.com |
[email protected] | |
Payment Type | free |
Extension Website | http://proxflow.com |
Supported Languages | 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" ] } } |