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 |
官方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" } ] } |