Worth Watching

Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.

Worth Watching란 무엇입니까?

Worth Watching은(는) http://www.willseph.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        By installing Worth Watching, you will be able to quickly see how users feel about videos on YouTube directly on their thumbnails. Instead of having to visit the video to view the like/dislike ratio, a bar is inserted at the top of the video's thumbnail showing the ratio right there.

This works on video thumbnails across the site, including search results, sidebar suggestions and channel pages.                    

확장 프로그램 기본 정보

이름 Worth Watching Worth Watching
ID acjkikepamfjiflhijkcfbomipakiafd
공식 URL https://chrome.google.com/webstore/detail/worth-watching/acjkikepamfjiflhijkcfbomipakiafd
설명 Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.
파일 크기 48.69 KB
설치 횟수 30
현재 버전 1.0.0
최근 업데이트 2014-05-29
출시 날짜 2014-05-29
평점 3.00/5 총 1 개의 평점
개발자 http://www.willseph.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Worth Watching",
    "author": "William Thomas",
    "homepage_url": "http:\/\/www.willseph.com\/",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/*.youtube.com\/*",
        "http:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "http:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "libs\/jquery\/jquery-1.11.1.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}