GoKo App Checker

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

What is GoKo App Checker?

GoKo App Checker is a Chrome extension developed by http://goko.me, and its main feature is "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GoKo App Checker Extension CRX File

Download GoKo App Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GoKo App Checker GoKo App Checker
ID okccdelddkknbcejommhkcebfonooapc
Official URL 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.
File Size 12.09 KB
Installation Count 4,000
Current Version 4
Last Updated 2015-07-03
Publish Date 2015-07-03
Rating 3.63/5 Total 8 Ratings
Developer http://goko.me
Payment Type free
Extension Website https://play.google.com/store/apps/details?id=goko.ws2
Supported Languages 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"
        }
    ]
}