Worth Watching

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

¿Qué es Worth Watching?

Worth Watching es una extensión de Chrome desarrollada por http://www.willseph.com, y su función principal es "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Worth Watching

Descarga archivos de extensión Worth Watching en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Worth Watching Worth Watching
ID acjkikepamfjiflhijkcfbomipakiafd
URL Oficial https://chrome.google.com/webstore/detail/worth-watching/acjkikepamfjiflhijkcfbomipakiafd
Descripción Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.
Tamaño del Archivo 48.69 KB
Cantidad de Instalaciones 30
Versión Actual 1.0.0
Última Actualización 2014-05-29
Fecha de Publicación 2014-05-29
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador http://www.willseph.com
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}