GoKo App Checker
See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
Co to jest GoKo App Checker?
GoKo App Checker to rozszerzenie Chrome opracowane przez http://goko.me, a jego główną funkcją jest „See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GoKo App Checker
Pobierz pliki rozszerzeń GoKo App Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | okccdelddkknbcejommhkcebfonooapc |
Oficjalny URL | https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc |
Opis | See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV. |
Rozmiar pliku | 12.09 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 4 |
Ostatnia Aktualizacja | 2015-07-03 |
Data Publikacji | 2015-07-03 |
Ocena | 3.63/5 Łącznie 8 Oceny |
Deweloper | http://goko.me |
Typ Płatności | free |
Strona Rozszerzenia | https://play.google.com/store/apps/details?id=goko.ws2 |
Obsługiwane Języki | 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" } ] } |