GoKo App Checker

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

Wat is GoKo App Checker?

GoKo App Checker is een Chrome-extensie ontwikkeld door http://goko.me, en de belangrijkste functie is "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GoKo App Checker

Download GoKo App Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GoKo App Checker GoKo App Checker
ID okccdelddkknbcejommhkcebfonooapc
Officiële URL https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc
Beschrijving See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
Bestandsgrootte 12.09 KB
Aantal Installaties 4,000
Huidige Versie 4
Laatst Bijgewerkt 2015-07-03
Publicatiedatum 2015-07-03
Beoordeling 3.63/5 Totaal 8 Beoordelingen
Ontwikkelaar http://goko.me
Betalingswijze free
Extensiewebsite https://play.google.com/store/apps/details?id=goko.ws2
Ondersteunde Talen 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"
        }
    ]
}