GoKo App Checker
See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
Apa itu GoKo App Checker?
GoKo App Checker adalah ekstensi Chrome yang dikembangkan oleh http://goko.me, dan fitur utamanya adalah "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GoKo App Checker
Unduh file ekstensi GoKo App Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | okccdelddkknbcejommhkcebfonooapc |
URL Resmi | https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc |
Deskripsi | See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV. |
Ukuran File | 12.09 KB |
Jumlah Instalasi | 4,000 |
Versi Saat Ini | 4 |
Terakhir Diperbarui | 2015-07-03 |
Tanggal Publikasi | 2015-07-03 |
Penilaian | 3.63/5 Total 8 Penilaian |
Pengembang | http://goko.me |
Tipe Pembayaran | free |
Situs Ekstensi | https://play.google.com/store/apps/details?id=goko.ws2 |
Bahasa yang Didukung | 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" } ] } |