GoKo App Checker

See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.

Qu'est-ce que GoKo App Checker ?

GoKo App Checker est une extension Chrome développée par http://goko.me, et sa fonction principale est "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GoKo App Checker

Téléchargez les fichiers d'extension GoKo App Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GoKo App Checker GoKo App Checker
ID okccdelddkknbcejommhkcebfonooapc
URL Officiel https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc
Description See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
Taille du Fichier 12.09 KB
Nombre d'Installations 4,000
Version Actuelle 4
Dernière Mise à Jour 2015-07-03
Date de Publication 2015-07-03
Évaluation 3.63/5 Total 8 Évaluations
Développeur http://goko.me
Type de Paiement free
Site Web de l'Extension https://play.google.com/store/apps/details?id=goko.ws2
Langues Prises en Charge 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"
        }
    ]
}