GoKo App Checker
See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
Vad är GoKo App Checker?
GoKo App Checker är en Chrome-tillägg utvecklad av http://goko.me, och dess huvudfunktion är "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".
Tilläggsskärmbilder
Ladda ner GoKo App Checker-förlängningens CRX-fil
Ladda ner GoKo App Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | okccdelddkknbcejommhkcebfonooapc |
Officiell webbadress | https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc |
Beskrivning | See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV. |
Filstorlek | 12.09 KB |
Antal Installationer | 4,000 |
Aktuell Version | 4 |
Senast Uppdaterad | 2015-07-03 |
Publiceringsdatum | 2015-07-03 |
Betyg | 3.63/5 Totalt 8 Betyg |
Utvecklare | http://goko.me |
Betalningssätt | free |
Tilläggswebbplats | https://play.google.com/store/apps/details?id=goko.ws2 |
Stödda Språk | 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" } ] } |