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ファイルをダウンロード

Worth Watching拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}