Worth Watching

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

Wat is Worth Watching?

Worth Watching is een Chrome-extensie ontwikkeld door http://www.willseph.com, en de belangrijkste functie is "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Worth Watching

Download Worth Watching-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Worth Watching Worth Watching
ID acjkikepamfjiflhijkcfbomipakiafd
Officiële URL https://chrome.google.com/webstore/detail/worth-watching/acjkikepamfjiflhijkcfbomipakiafd
Beschrijving Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.
Bestandsgrootte 48.69 KB
Aantal Installaties 30
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-05-29
Publicatiedatum 2014-05-29
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.willseph.com
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}