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.”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | ihdmjfbbjiddngjkejjndioplkkfmnoe |
| 官方網址 | 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",
" | |