MinMinRadar

Find and show pokemons in real time

ما هو MinMinRadar؟

MinMinRadar هو إضافة Chrome تم تطويرها بواسطة https://fatminmin.com، والميزة الرئيسية لها هي "Find and show pokemons in real time".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MinMinRadar

قم بتنزيل ملفات الامتداد MinMinRadar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        搜尋並通知稀有寶可夢雷達                    

معلومات أساسية عن التمديد

الاسم MinMinRadar MinMinRadar
ID jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
عنوان URL الرسمي https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
الوصف Find and show pokemons in real time
حجم الملف 227 KB
عدد التثبيتات 134
النسخة الحالية 0.1.4
آخر تحديث 2016-09-01
تاريخ النشر 2016-09-01
تقييم 3.73/5 مجموع تقييمات 11
المطور https://fatminmin.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MinMinRadar",
    "description": "Find and show pokemons in real time",
    "version": "0.1.4",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "geolocation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}