GoKo App Checker

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

Cos'è GoKo App Checker?

GoKo App Checker è un'estensione di Chrome sviluppata da http://goko.me, e la sua funzione principale è "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GoKo App Checker

Scarica i file di estensione GoKo App Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GoKo App Checker GoKo App Checker
ID okccdelddkknbcejommhkcebfonooapc
URL Ufficiale https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc
Descrizione See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
Dimensione del File 12.09 KB
Conteggio Installazioni 4,000
Versione Corrente 4
Ultimo Aggiornamento 2015-07-03
Data di Pubblicazione 2015-07-03
Valutazione 3.63/5 Totale 8 Valutazioni
Sviluppatore http://goko.me
Tipo di Pagamento free
Sito Web dell'Estensione https://play.google.com/store/apps/details?id=goko.ws2
Lingue Supportate 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"
        }
    ]
}