Pro Weather News

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

Qu'est-ce que Pro Weather News ?

Pro Weather News est une extension Chrome développée par http://weathernews.tech, et sa fonction principale est "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pro Weather News

Téléchargez les fichiers d'extension Pro Weather News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
URL Officiel 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!
Taille du Fichier 1.11 MB
Nombre d'Installations 171
Version Actuelle 1.2
Dernière Mise à Jour 2018-03-07
Date de Publication 2018-03-07
Évaluation 1.00/5 Total 2 Évaluations
Développeur http://weathernews.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://weathernews.tech
URL de la Page d'Aide http://weathernews.tech/terms.php
URL de la Page de Politique de Confidentialité http://weathernews.tech/privacy.php
Langues Prises en Charge 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"
    }
}