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是由http://goko.me開發的Chrome擴展程式,該擴展的主要功能是“See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.”。
擴展截圖
下載GoKo App Checker擴展crx文件
下載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 |
官方網址 | 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" } ] } |