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 là gì?

Worth Watching là một tiện ích mở rộng Chrome được phát triển bởi http://www.willseph.com, và tính năng chính của nó là "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.".

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

screenshot

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

Tải xuống các tệp mở rộng Worth Watching 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

                        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.                    

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

Tên Worth Watching Worth Watching
ID acjkikepamfjiflhijkcfbomipakiafd
URL Chính Thức https://chrome.google.com/webstore/detail/worth-watching/acjkikepamfjiflhijkcfbomipakiafd
Mô tả Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.
Kích Thước Tệp 48.69 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-05-29
Ngày Phát Hành 2014-05-29
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.willseph.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}