MinMinRadar

Find and show pokemons in real time

Apa itu MinMinRadar?

MinMinRadar adalah ekstensi Chrome yang dikembangkan oleh https://fatminmin.com, dan fitur utamanya adalah "Find and show pokemons in real time".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MinMinRadar

Unduh file ekstensi MinMinRadar 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

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

Informasi Dasar Ekstensi

Nama MinMinRadar MinMinRadar
ID jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
URL Resmi https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
Deskripsi Find and show pokemons in real time
Ukuran File 227 KB
Jumlah Instalasi 134
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2016-09-01
Tanggal Publikasi 2016-09-01
Penilaian 3.73/5 Total 11 Penilaian
Pengembang https://fatminmin.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}