Pro Weather News

Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!

What is Pro Weather News?

Pro Weather News is a Chrome extension developed by http://weathernews.tech, and its main feature is "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Extension Screenshots

screenshot

Download Pro Weather News Extension CRX File

Download Pro Weather News 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

                        Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!                    

Extension Basic Information

Name Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
Official URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Description Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
File Size 1.11 MB
Installation Count 171
Current Version 1.2
Last Updated 2018-03-07
Publish Date 2018-03-07
Rating 1.00/5 Total 2 Ratings
Developer http://weathernews.tech
Email [email protected]
Payment Type free
Extension Website http://weathernews.tech
Help Page URL http://weathernews.tech/terms.php
Privacy Policy Page URL http://weathernews.tech/privacy.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pro Weather News",
    "short_name": "Pro Weather News",
    "description": "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!",
    "version": "1.2",
    "background": {
        "scripts": [
            "lib\/weatherevent.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "resources\/weather.png",
        "default_title": "Weather Update",
        "default_popup": "lib\/weatherpopup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/weathercontent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "activeTab",
        "geolocation",
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*"
    ],
    "icons": {
        "16": "resources\/weathericon16-999.png",
        "48": "resources\/weathericon48-999.png",
        "128": "resources\/weathericon128-999.png"
    }
}