Open with FilterByPass
Open URL with anonymous proxy FilterByPass
什么是Open with FilterByPass?
Open with FilterByPass是由ariel.neira开发的Chrome扩展程序,该扩展的主要功能是“Open URL with anonymous proxy FilterByPass”。
扩展截图
下载Open with FilterByPass扩展crx文件
下载Open with FilterByPass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open URL with proxy anonymous FilterByPass in new tab. 扩展基本信息
| 名称 | |
| ID | hollnpocfebaogdnonkegckmfnpehiim |
| 官方URL | https://chrome.google.com/webstore/detail/open-with-filterbypass/hollnpocfebaogdnonkegckmfnpehiim |
| 简介 | Open URL with anonymous proxy FilterByPass |
| 文件大小 | 4.66 KB |
| 安装次数 | 52 |
| 当前版本 | 0.1 |
| 更新时间 | 2015-02-03 |
| 上架时间 | 2015-02-03 |
| 开发者 | ariel.neira |
| 付费类型 | free |
| 支持的语言 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open with FilterByPass",
"description": "Open URL with anonymous proxy FilterByPass",
"version": "0.1",
"author": "[email protected]",
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"main.js"
]
},
"browser_action": {
"default_icon": "fbp.png",
"default_title": "Open current tab with FilterByPass"
},
"icons": {
"16": "fbp.png"
},
"manifest_version": 2
} | |