Pro Weather News

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

Co je Pro Weather News?

Pro Weather News je rozšíření Chrome vyvinuté http://weathernews.tech, a jeho hlavní funkcí je „Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pro Weather News

Stáhněte si soubory rozšíření Pro Weather News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
Oficiální URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Popis Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Velikost souboru 1.11 MB
Počet instalací 171
Aktuální Verze 1.2
Poslední Aktualizace 2018-03-07
Datum Vydání 2018-03-07
Hodnocení 1.00/5 Celkem 2 Hodnocení
Vývojář http://weathernews.tech
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://weathernews.tech
URL Stránky Nápovědy http://weathernews.tech/terms.php
URL Stránky Zásad Ochrany Soukromí http://weathernews.tech/privacy.php
Podporované Jazyky 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"
    }
}