ProxyCheck
Provides an easy, instantly accessible method of determining if you are behind a proxy.
What is ProxyCheck?
ProxyCheck is a Chrome extension developed by Adam Mulligan, and its main feature is "Provides an easy, instantly accessible method of determining if you are behind a proxy.".
Extension Screenshots
Download ProxyCheck Extension CRX File
Download ProxyCheck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ihdmjfbbjiddngjkejjndioplkkfmnoe |
Official URL | https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe |
Description | Provides an easy, instantly accessible method of determining if you are behind a proxy. |
File Size | 65.71 KB |
Installation Count | 1,000 |
Current Version | 1.2 |
Last Updated | 2013-09-26 |
Publish Date | 2013-09-26 |
Rating | 3.46/5 Total 28 Ratings |
Developer | Adam Mulligan |
Payment Type | free |
Extension Website | http://cyanoryx.com |
Supported Languages | 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", " |