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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}