Pro Weather News

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

O que é Pro Weather News?

Pro Weather News é uma extensão do Chrome desenvolvida por http://weathernews.tech, e sua principal característica é "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pro Weather News

Baixe arquivos de extensão Pro Weather News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
URL Oficial https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Descrição Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 171
Versão Atual 1.2
Última Atualização 2018-03-07
Data de Publicação 2018-03-07
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor http://weathernews.tech
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://weathernews.tech
URL da Página de Ajuda http://weathernews.tech/terms.php
URL da Página de Política de Privacidade http://weathernews.tech/privacy.php
Idiomas Suportados 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"
    }
}