GoKo App Checker

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

GoKo App Checker là gì?

GoKo App Checker là một tiện ích mở rộng Chrome được phát triển bởi http://goko.me, và tính năng chính của nó là "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoKo App Checker

Tải xuống các tệp mở rộng GoKo App Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GoKo App Checker GoKo App Checker
ID okccdelddkknbcejommhkcebfonooapc
URL Chính Thức https://chrome.google.com/webstore/detail/goko-app-checker/okccdelddkknbcejommhkcebfonooapc
Mô tả See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV.
Kích Thước Tệp 12.09 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 4
Cập Nhật Lần Cuối 2015-07-03
Ngày Phát Hành 2015-07-03
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://goko.me
Loại Thanh Toán free
Trang Web Mở Rộng https://play.google.com/store/apps/details?id=goko.ws2
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}