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 http://goko.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GoKo App Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GoKo App Checker GoKo App Checker
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"
        }
    ]
}