ProxFlow
No more country restrictions, just enjoy the content!
什么是ProxFlow?
ProxFlow是由https://proxflow.com开发的Chrome扩展程序,该扩展的主要功能是“No more country restrictions, just enjoy the content!”。
扩展截图
下载ProxFlow扩展crx文件
下载ProxFlow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more. 扩展基本信息
| 名称 | |
| ID | aakchaleigkohafkfjfjbblobjifikek |
| 官方URL | https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek |
| 简介 | No more country restrictions, just enjoy the content! |
| 文件大小 | 164 KB |
| 安装次数 | 238,481 |
| 当前版本 | 3.2.1 |
| 更新时间 | 2021-05-11 |
| 上架时间 | 2020-06-11 |
| 评分 | 3.85/5 共1166次评分 |
| 开发者 | https://proxflow.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://proxflow.com |
| 支持的语言 | 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"
]
}
} | |