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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة GoKo App Checker

قم بتنزيل ملفات الامتداد GoKo App Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}