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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be the first one to know when Pokemon Go is released in your country"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pokemon Go Release Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}