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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See if the Play Store App is compatible with Chromecast, Android Wear, Android Auto and/or Android TV."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GoKo App Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}