Pro Weather News

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

Wat is Pro Weather News?

Pro Weather News is een Chrome-extensie ontwikkeld door http://weathernews.tech, en de belangrijkste functie is "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pro Weather News

Download Pro Weather News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
Officiële URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Beschrijving Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Bestandsgrootte 1.11 MB
Aantal Installaties 171
Huidige Versie 1.2
Laatst Bijgewerkt 2018-03-07
Publicatiedatum 2018-03-07
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://weathernews.tech
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://weathernews.tech
Help Pagina-URL http://weathernews.tech/terms.php
URL van de Privacybeleid Pagina http://weathernews.tech/privacy.php
Ondersteunde Talen 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"
    }
}