Pro Weather News

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

Hvad er Pro Weather News?

Pro Weather News er en Chrome-udvidelse udviklet af http://weathernews.tech, og dens hovedfunktion er "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Udvidelsesskærmbilleder

screenshot

Download Pro Weather News-udvidelses-CRX-fil

Download Pro Weather News-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
Officiel URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Beskrivelse Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Filstørrelse 1.11 MB
Antal Installationer 171
Nuværende Version 1.2
Senest Opdateret 2018-03-07
Udgivelsesdato 2018-03-07
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler http://weathernews.tech
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://weathernews.tech
Hjælpeside-URL http://weathernews.tech/terms.php
URL til Fortrolighedspolitik Side http://weathernews.tech/privacy.php
Understøttede Sprog 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"
    }
}