Pokemon Go Release Notifier

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

Apa itu Pokemon Go Release Notifier?

Pokemon Go Release Notifier adalah ekstensi Chrome yang dikembangkan oleh Random, dan fitur utamanya adalah "Be the first one to know when Pokemon Go is released in your country".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pokemon Go Release Notifier

Unduh file ekstensi Pokemon Go Release Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pokemon Go Release Notifier Pokemon Go Release Notifier
ID kmecpmhgimonikjmfoonpcdmfnbekgcl
URL Resmi https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl
Deskripsi Be the first one to know when Pokemon Go is released in your country
Ukuran File 63.13 KB
Jumlah Instalasi 240
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2016-07-21
Tanggal Publikasi 2016-07-21
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Random
Tipe Pembayaran free
Bahasa yang Didukung 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
}