Pokemon Go Release Notifier
Be the first one to know when Pokemon Go is released in your country
Pokemon Go Release Notifierคืออะไร?
Pokemon Go Release Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Random และคุณลักษณะหลักของมันคือ "Be the first one to know when Pokemon Go is released in your country"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokemon Go Release Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Pokemon Go Release Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Little extension that checks and notifies if Pokemon Go is released in a country every minute
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pokemon Go Release Notifier |
ID | kmecpmhgimonikjmfoonpcdmfnbekgcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl |
คำอธิบาย | Be the first one to know when Pokemon Go is released in your country |
ขนาดไฟล์ | 63.13 KB |
จำนวนการติดตั้ง | 240 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2016-07-21 |
วันที่เผยแพร่ | 2016-07-21 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Random |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Go Release Notifier", "description": "Be the first one to know when Pokemon Go is released in your country", "version": "1.1.0", "icons": { "128": "Good.png" }, "options_page": "options.html", "browser_action": { "default_icon": "Neutral.png", "default_popup": "options.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "notifications", "storage" ], "manifest_version": 2 } |