Webproxyfy

Open links or reloads pages through a web proxy, right clicking on them.

什么是Webproxyfy?

Webproxyfy是由DocKuro开发的Chrome扩展程序,该扩展的主要功能是“Open links or reloads pages through a web proxy, right clicking on them.”。

下载Webproxyfy扩展crx文件

下载Webproxyfy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension lets you open a link in a new tab or reload pages through a webproxy.
All selected webproxies guarantee hi anonimization and support SSL.
Navigate without restrictions just with a right click!                    

扩展基本信息

名称 Webproxyfy Webproxyfy
ID fjabbigobedbbkihninfgmfejknpjkgd
官方URL https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd
简介 Open links or reloads pages through a web proxy, right clicking on them.
文件大小 101 KB
安装次数 15
当前版本 1.1.1
更新时间 2017-01-23
上架时间 2017-01-23
开发者 DocKuro
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webproxyfy",
    "description": "Open links or reloads pages through a web proxy, right clicking on them.",
    "version": "1.1.1",
    "background": {
        "scripts": [
            "proxies.js",
            "utils.js",
            "Proxy.js",
            "webproxyfy.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon-tiny.png",
        "48": "icon-small.png",
        "128": "icon.png",
        "256": "icon-big.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}