ProxFlow
No more country restrictions, just enjoy the content!
Vad är ProxFlow?
ProxFlow är en Chrome-tillägg utvecklad av https://proxflow.com, och dess huvudfunktion är "No more country restrictions, just enjoy the content!".
Tilläggsskärmbilder
Ladda ner ProxFlow-förlängningens CRX-fil
Ladda ner ProxFlow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more. Grundläggande Information om Tillägg
| Namn | |
| ID | aakchaleigkohafkfjfjbblobjifikek |
| Officiell webbadress | https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek |
| Beskrivning | No more country restrictions, just enjoy the content! |
| Filstorlek | 164 KB |
| Antal Installationer | 238,481 |
| Aktuell Version | 3.2.1 |
| Senast Uppdaterad | 2021-05-11 |
| Publiceringsdatum | 2020-06-11 |
| Betyg | 3.85/5 Totalt 1166 Betyg |
| Utvecklare | https://proxflow.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://proxflow.com |
| Stödda Språk | 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"
]
}
} | |