Pokemon Go Release Notifier

Be the first one to know when Pokemon Go is released in your country

Что такое Pokemon Go Release Notifier?

Pokemon Go Release Notifier - это расширение Chrome, разработанное Random, и его основная функция - "Be the first one to know when Pokemon Go is released in your country".

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

screenshot
screenshot

Скачать файл CRX расширения Pokemon Go Release Notifier

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

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

                        Little extension that checks and notifies if Pokemon Go is released in a country every minute                    

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

Название Pokemon Go Release Notifier Pokemon Go Release Notifier
ID kmecpmhgimonikjmfoonpcdmfnbekgcl
Официальный URL https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl
Описание Be the first one to know when Pokemon Go is released in your country
Размер файла 63.13 KB
Количество установок 240
Текущая Версия 1.1.0
Последнее Обновление 2016-07-21
Дата публикации 2016-07-21
Рейтинг 2.33/5 Всего 3 оценок
Разработчик Random
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Go Release Notifier",
    "description": "Be the first one to know when Pokemon Go is released in your country",
    "version": "1.1.0",
    "icons": {
        "128": "Good.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "Neutral.png",
        "default_popup": "options.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "manifest_version": 2
}