MinMinRadar

Find and show pokemons in real time

MinMinRadarとは何ですか?

MinMinRadarはhttps://fatminmin.comによって開発されたChromeの拡張機能で、その主な機能は「Find and show pokemons in real time」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

MinMinRadar拡張機能のCRXファイルをダウンロード

MinMinRadar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 MinMinRadar MinMinRadar
ID jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
公式URL https://chromewebstore.google.com/detail/minminradar/jcijiahnkdhhhhgpgpjpbkgahbmhbnlg
説明 Find and show pokemons in real time
ファイルサイズ 227 KB
インストール数 134
現在のバージョン 0.1.4
最終更新日 2016-09-01
公開日 2016-09-01
評価 3.73/5 合計 11 レビュー
開発者 https://fatminmin.com
Eメール [email protected]
支払い方法 free
対応言語 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'"
}