Pro Weather News

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

Что такое Pro Weather News?

Pro Weather News - это расширение Chrome, разработанное http://weathernews.tech, и его основная функция - "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Pro Weather News

Скачайте файлы расширений Pro Weather News в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
Официальный URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Описание Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Размер файла 1.11 MB
Количество установок 171
Текущая Версия 1.2
Последнее Обновление 2018-03-07
Дата публикации 2018-03-07
Рейтинг 1.00/5 Всего 2 оценок
Разработчик http://weathernews.tech
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://weathernews.tech
URL страницы помощи http://weathernews.tech/terms.php
URL страницы политики конфиденциальности http://weathernews.tech/privacy.php
Поддерживаемые языки 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"
    }
}