Youplay

Autoplay youtube video on mouse over

Youplay란 무엇입니까?

Youplay은(는) sarathisahoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoplay youtube video on mouse over"입니다.

확장 프로그램 스크린샷

Youplay 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With this chrome extension you can preview play any youtube video on mouse over with low quality. SO before opening any video you can preview it with low quality just hovering the mouse.

Just go to youtube.com and start hovering mouse to preview videos.                    

확장 프로그램 기본 정보

이름 Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
공식 URL https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
설명 Autoplay youtube video on mouse over
파일 크기 43.07 KB
설치 횟수 180
현재 버전 1.5
최근 업데이트 2016-08-13
출시 날짜 2016-08-13
평점 2.63/5 총 8 개의 평점
개발자 sarathisahoo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "Youplay",
    "version": "1.5",
    "browser_action": {
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*"
    ],
    "minimum_chrome_version": "23",
    "description": "Autoplay youtube video on mouse over",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Youplay",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "\/images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "script.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "css": [],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}