MinMinRadar

Find and show pokemons in real time

MinMinRadarคืออะไร?

MinMinRadar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fatminmin.com และคุณลักษณะหลักของมันคือ "Find and show pokemons in real time"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MinMinRadar

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}