MinMinRadar
Find and show pokemons in real time
Qu'est-ce que MinMinRadar ?
MinMinRadar est une extension Chrome développée par https://fatminmin.com, et sa fonction principale est "Find and show pokemons in real time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MinMinRadar
Téléchargez les fichiers d'extension MinMinRadar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
搜尋並通知稀有寶可夢雷達
Informations de Base sur l'Extension
Nom | MinMinRadar |
ID | jcijiahnkdhhhhgpgpjpbkgahbmhbnlg |
URL Officiel | https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg |
Description | Find and show pokemons in real time |
Taille du Fichier | 227 KB |
Nombre d'Installations | 134 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2016-09-01 |
Date de Publication | 2016-09-01 |
Évaluation | 3.73/5 Total 11 Évaluations |
Développeur | https://fatminmin.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |