GoKo App Checker
See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
GoKo App Checkerคืออะไร?
GoKo App Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://goko.me และคุณลักษณะหลักของมันคือ "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoKo App Checker
ดาวน์โหลดไฟล์ส่วนขยาย GoKo App Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension you're able to check if the Play Store™ App you're visiting is compatible with your Android Wear Smartwatch, Chromecast, Android TV and/or Android Auto.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | okccdelddkknbcejommhkcebfonooapc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc |
คำอธิบาย | See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV. |
ขนาดไฟล์ | 12.09 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 4 |
อัปเดตครั้งล่าสุด | 2015-07-03 |
วันที่เผยแพร่ | 2015-07-03 |
คะแนน | 3.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://goko.me |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://play.google.com/store/apps/details?id=goko.ws2 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoKo App Checker", "description": "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and\/or Android TV.", "version": "4", "manifest_version": 2, "icons": { "16": "icon_goko_black_16.png", "48": "icon_goko_black_48.png", "128": "icon_goko_black_128.png" }, "permissions": [ "tabs", "http:\/\/*.goko.me\/*", "https:\/\/*.goko.me\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/play.google.com\/store\/apps\/*", "https:\/\/play.google.com\/store\/apps\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |