Weather Watcher
Access all of your weather alerts in one place instantly from your New Tab page.
What is Weather Watcher?
Weather Watcher is a Chrome extension developed by http://weatherwatch.zilliuns.com, and its main feature is "Access all of your weather alerts in one place instantly from your New Tab page.".
Extension Screenshots
Download Weather Watcher Extension CRX File
Download Weather 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
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall
Extension Basic Information
Name | |
ID | fliiecjlibpgdomkobdfcibkldnmkfhc |
Official URL | https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc |
Description | Access all of your weather alerts in one place instantly from your New Tab page. |
File Size | 130 KB |
Installation Count | 64 |
Current Version | 1.0.0.4 |
Last Updated | 2018-10-18 |
Publish Date | 2018-10-18 |
Developer | http://weatherwatch.zilliuns.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Watcher", "version": "1.0.0.4", "description": "Access all of your weather alerts in one place instantly from your New Tab page.", "icons": { "16": "16weatherwatch.jpg", "32": "32weatherwatch.jpg", "48": "48weatherwatch.jpg", "128": "128weatherwatch.jpg" }, "browser_action": { "default_icon": "logo19.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |