MinMinRadar

Find and show pokemons in real time

Cos'è MinMinRadar?

MinMinRadar è un'estensione di Chrome sviluppata da https://fatminmin.com, e la sua funzione principale è "Find and show pokemons in real time".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MinMinRadar

Scarica i file di estensione MinMinRadar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MinMinRadar MinMinRadar
ID jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
URL Ufficiale https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
Descrizione Find and show pokemons in real time
Dimensione del File 227 KB
Conteggio Installazioni 134
Versione Corrente 0.1.4
Ultimo Aggiornamento 2016-09-01
Data di Pubblicazione 2016-09-01
Valutazione 3.73/5 Totale 11 Valutazioni
Sviluppatore https://fatminmin.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}