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'est-ce que Worth Watching ?

Worth Watching est une extension Chrome développée par http://www.willseph.com, et sa fonction principale est "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Worth Watching

Téléchargez les fichiers d'extension Worth Watching au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Worth Watching Worth Watching
ID acjkikepamfjiflhijkcfbomipakiafd
URL Officiel https://chrome.google.com/webstore/detail/worth-watching/acjkikepamfjiflhijkcfbomipakiafd
Description Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.
Taille du Fichier 48.69 KB
Nombre d'Installations 30
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-05-29
Date de Publication 2014-05-29
Évaluation 3.00/5 Total 1 Évaluations
Développeur http://www.willseph.com
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}