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 |
| 公式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",
" | |