Worth Watching

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

Was ist Worth Watching?

Worth Watching ist eine Chrome-Erweiterung, die von http://www.willseph.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.".

Erweiterungsscreenshots

screenshot

Worth Watching-Erweiterungs-CRX-Datei herunterladen

Laden Sie Worth Watching-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Worth Watching Worth Watching
ID acjkikepamfjiflhijkcfbomipakiafd
Offizielle URL https://chrome.google.com/webstore/detail/worth-watching/acjkikepamfjiflhijkcfbomipakiafd
Beschreibung Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.
Dateigröße 48.69 KB
Installationsanzahl 30
Aktuelle Version 1.0.0
Letztes Update 2014-05-29
Veröffentlichungsdatum 2014-05-29
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.willseph.com
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}