ProxyCheck

Provides an easy, instantly accessible method of determining if you are behind a proxy.

什么是ProxyCheck?

ProxyCheck是由Adam Mulligan开发的Chrome扩展程序,该扩展的主要功能是“Provides an easy, instantly accessible method of determining if you are behind a proxy.”。

扩展截图

screenshot

下载ProxyCheck扩展crx文件

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

扩展使用说明

                        For those who want to be instantly assured that they are still browsing through a VPN or behind a proxy, ProxyCheck stores a list of "safe" external IP addresses and alerts you if at any point an IP not in this list is visible to the outside world when you browse.

Update 1.2: Upgraded to work with new versions of Chrome. Coming soon: speed and UI improvements, plus the ability to select your own IP service!                    

扩展基本信息

名称 ProxyCheck ProxyCheck
ID ihdmjfbbjiddngjkejjndioplkkfmnoe
官方URL https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe
简介 Provides an easy, instantly accessible method of determining if you are behind a proxy.
文件大小 65.71 KB
安装次数 1,000
当前版本 1.2
更新时间 2013-09-26
上架时间 2013-09-26
评分 3.46/5 共28次评分
开发者 Adam Mulligan
付费类型 free
扩展官网 http://cyanoryx.com
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProxyCheck",
    "description": "Provides an easy, instantly accessible method of determining if you are behind a proxy.",
    "version": "1.2",
    "homepage_url": "http:\/\/cyanoryx.com",
    "browser_action": {
        "default_icon": "assets\/icon_off.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ]
}