Pro Weather News

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

Co to jest Pro Weather News?

Pro Weather News to rozszerzenie Chrome opracowane przez http://weathernews.tech, a jego główną funkcją jest „Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pro Weather News

Pobierz pliki rozszerzeń Pro Weather News w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
Oficjalny URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Opis Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Rozmiar pliku 1.11 MB
Liczba instalacji 171
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-03-07
Data Publikacji 2018-03-07
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper http://weathernews.tech
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://weathernews.tech
Adres URL Strony Pomocy http://weathernews.tech/terms.php
Adres URL Strony Polityki Prywatności http://weathernews.tech/privacy.php
Obsługiwane Języki 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"
    }
}