MinMinRadar

Find and show pokemons in real time

Wat is MinMinRadar?

MinMinRadar is een Chrome-extensie ontwikkeld door https://fatminmin.com, en de belangrijkste functie is "Find and show pokemons in real time".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MinMinRadar

Download MinMinRadar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam MinMinRadar MinMinRadar
ID jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
Officiële URL https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
Beschrijving Find and show pokemons in real time
Bestandsgrootte 227 KB
Aantal Installaties 134
Huidige Versie 0.1.4
Laatst Bijgewerkt 2016-09-01
Publicatiedatum 2016-09-01
Beoordeling 3.73/5 Totaal 11 Beoordelingen
Ontwikkelaar https://fatminmin.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}