Preferred Public IP Watcher
Preferred Public IP Watcher
What is Preferred Public IP Watcher?
Preferred Public IP Watcher is a Chrome extension developed by proficient, and its main feature is "Preferred Public IP Watcher".
Extension Screenshots
Download Preferred Public IP Watcher Extension CRX File
Download Preferred Public IP Watcher 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
Keep track of your public IP address. Display a quick temporary alert whenever your IP changes. Set your preferred address to get a green icon when in use. More features to come!
Extension Basic Information
Name | |
ID | gadpflneambphbmkogagdjpodaeommdi |
Official URL | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
Description | Preferred Public IP Watcher |
File Size | 33 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2013-11-04 |
Publish Date | 2013-11-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | proficient |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Preferred Public IP Watcher", "version": "1.0", "description": "Preferred Public IP Watcher", "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "background" ], "options_page": "options.html", "manifest_version": 2 } |