MinMinRadar
Find and show pokemons in real time
Hvad er MinMinRadar?
MinMinRadar er en Chrome-udvidelse udviklet af https://fatminmin.com, og dens hovedfunktion er "Find and show pokemons in real time".
Udvidelsesskærmbilleder
Download MinMinRadar-udvidelses-CRX-fil
Download MinMinRadar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        搜尋並通知稀有寶可夢雷達                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | jcijiahnkdhhhhgpgpjpbkgahbmhbnlg | 
| Officiel URL | https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg | 
| Beskrivelse | Find and show pokemons in real time | 
| Filstørrelse | 227 KB | 
| Antal Installationer | 134 | 
| Nuværende Version | 0.1.4 | 
| Senest Opdateret | 2016-09-01 | 
| Udgivelsesdato | 2016-09-01 | 
| Bedømmelse | 3.73/5 Samlet 11 Bedømmelser | 
| Udvikler | https://fatminmin.com | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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'"
}  |  |