Unblocker
Internet Unblocking Extension.
什么是Unblocker?
Unblocker是由https://www.proxydns.co开发的Chrome扩展程序,该扩展的主要功能是“Internet Unblocking Extension.”。
扩展截图
下载Unblocker扩展crx文件
下载Unblocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enable a "double-layer" VPN with just one click. 100% free for now. 扩展基本信息
| 名称 | |
| ID | jkgoidcneenbbjbncgegpledfdolbodh |
| 官方URL | https://chromewebstore.google.com/detail/unblocker/jkgoidcneenbbjbncgegpledfdolbodh |
| 简介 | Internet Unblocking Extension. |
| 文件大小 | 21.03 KB |
| 安装次数 | 1,612 |
| 当前版本 | 4.0.2 |
| 更新时间 | 2022-10-10 |
| 上架时间 | 2018-06-25 |
| 评分 | 1.75/5 共12次评分 |
| 开发者 | https://www.proxydns.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.proxydns.co/ |
| 帮助页面URL | https://www.proxydns.co/ |
| 隐私政策页面URL | https://www.wipzard.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "img\/off.png",
"default_title": "OFF"
},
"manifest_version": 2,
"name": "Unblocker",
"description": "Internet Unblocking Extension.",
"permissions": [
"proxy",
"http:\/\/*\/",
"https:\/\/*\/"
],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"*:\/\/*.proxydns.co\/",
"*:\/\/*.proxydns.co\/*",
"*:\/\/*.wipzard.com\/*",
"*:\/\/localhost\/*",
"*:\/\/localhost:*\/*"
]
},
"version": "4.0.2"
} | |