ProxyCheck

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

ProxyCheck là gì?

ProxyCheck là một tiện ích mở rộng Chrome được phát triển bởi Adam Mulligan, và tính năng chính của nó là "Provides an easy, instantly accessible method of determining if you are behind a proxy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ProxyCheck

Tải xuống các tệp mở rộng ProxyCheck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ProxyCheck ProxyCheck
ID ihdmjfbbjiddngjkejjndioplkkfmnoe
URL Chính Thức https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe
Mô tả Provides an easy, instantly accessible method of determining if you are behind a proxy.
Kích Thước Tệp 65.71 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-09-26
Ngày Phát Hành 2013-09-26
Đánh Giá 3.46/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Adam Mulligan
Loại Thanh Toán free
Trang Web Mở Rộng http://cyanoryx.com
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}