World Weather
Get weather right in your browser homepage with our extension!
What is World Weather?
World Weather is a Chrome extension developed by [email protected], and its main feature is "Get weather right in your browser homepage with our extension!".
Extension Screenshots
Download World Weather Extension CRX File
Download World Weather 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 more details: https://world-weather-extension.com/pages/terms-of-use.html https://world-weather-extension.com/pages/privacy-policy.html Get the the update weather directly on your homepage! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
Extension Basic Information
Name | World Weather |
ID | jkmfelbjabcdkngelgnaimnlglpdpbme |
Official URL | https://chromewebstore.google.com/detail/world-weather/jkmfelbjabcdkngelgnaimnlglpdpbme |
Description | Get weather right in your browser homepage with our extension! |
File Size | 1.89 MB |
Installation Count | 10,683 |
Current Version | 1.4.1 |
Last Updated | 2022-07-12 |
Publish Date | 2022-06-28 |
Rating | 3.75/5 Total 12 Ratings |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Extension Website | https://world-weather-extension.com/ |
Help Page URL | https://world-weather-extension.com/pages/contact.html |
Privacy Policy Page URL | https://world-weather-extension.com/pages/privacy-policy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png", "128": "icon128.6aa15eb0.png" }, "action": { "default_icon": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png" } }, "version": "1.4.1", "name": "World Weather", "description": "Get weather right in your browser homepage with our extension!", "author": "", "chrome_url_overrides": { "newtab": "newtab.06c72619.html" }, "permissions": [], "host_permissions": [ "*:\/\/*.world-weather-extension.com\/*" ] } |