MinMinRadar

Find and show pokemons in real time

What is MinMinRadar?

MinMinRadar is a Chrome extension developed by https://fatminmin.com, and its main feature is "Find and show pokemons in real time".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MinMinRadar Extension CRX File

Download MinMinRadar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MinMinRadar MinMinRadar
ID jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
Official URL https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
Description Find and show pokemons in real time
File Size 227 KB
Installation Count 134
Current Version 0.1.4
Last Updated 2016-09-01
Publish Date 2016-09-01
Rating 3.73/5 Total 11 Ratings
Developer https://fatminmin.com
Email [email protected]
Payment Type free
Supported Languages 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'"
}