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是由Random开发的Chrome扩展程序,该扩展的主要功能是“Be the first one to know when Pokemon Go is released in your country”。

扩展截图

screenshot
screenshot

下载Pokemon Go Release Notifier扩展crx文件

下载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
}