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