Pro Weather News

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

Vad är Pro Weather News?

Pro Weather News är en Chrome-tillägg utvecklad av http://weathernews.tech, och dess huvudfunktion är "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Tilläggsskärmbilder

screenshot

Ladda ner Pro Weather News-förlängningens CRX-fil

Ladda ner Pro Weather News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
Officiell webbadress https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Beskrivning Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Filstorlek 1.11 MB
Antal Installationer 171
Aktuell Version 1.2
Senast Uppdaterad 2018-03-07
Publiceringsdatum 2018-03-07
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare http://weathernews.tech
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://weathernews.tech
Hjälpsida URL http://weathernews.tech/terms.php
URL till Sekretesspolicy Sidan http://weathernews.tech/privacy.php
Stödda Språk 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"
    }
}