Pro Weather News

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

¿Qué es Pro Weather News?

Pro Weather News es una extensión de Chrome desarrollada por http://weathernews.tech, y su función principal es "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pro Weather News

Descarga archivos de extensión Pro Weather News en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
URL Oficial https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Descripción Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Tamaño del Archivo 1.11 MB
Cantidad de Instalaciones 171
Versión Actual 1.2
Última Actualización 2018-03-07
Fecha de Publicación 2018-03-07
Calificación 1.00/5 Total de 2 Calificaciones
Desarrollador http://weathernews.tech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://weathernews.tech
URL de la Página de Ayuda http://weathernews.tech/terms.php
URL de la Página de Política de Privacidad http://weathernews.tech/privacy.php
Idiomas Soportados 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"
    }
}