Pokemon Go Release Notifier

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

Pokemon Go Release Notifier là gì?

Pokemon Go Release Notifier là một tiện ích mở rộng Chrome được phát triển bởi Random, và tính năng chính của nó là "Be the first one to know when Pokemon Go is released in your country".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pokemon Go Release Notifier

Tải xuống các tệp mở rộng Pokemon Go Release Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pokemon Go Release Notifier Pokemon Go Release Notifier
ID kmecpmhgimonikjmfoonpcdmfnbekgcl
URL Chính Thức https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl
Mô tả Be the first one to know when Pokemon Go is released in your country
Kích Thước Tệp 63.13 KB
Số Lần Cài Đặt 240
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-07-21
Ngày Phát Hành 2016-07-21
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Random
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}