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 - это расширение Chrome, разработанное http://goko.me, и его основная функция - "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".
Снимки экрана расширения
Скачать файл CRX расширения GoKo App Checker
Скачайте файлы расширений 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"
}
]
} | |