U Comment for Youtube™

Watch youtube vides and see comments occur as you watch

Qu'est-ce que U Comment for Youtube™ ?

U Comment for Youtube™ est une extension Chrome développée par gornall.jason, et sa fonction principale est "Watch youtube vides and see comments occur as you watch".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension U Comment for Youtube™

Téléchargez les fichiers d'extension U Comment for Youtube™ 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

                                            

Informations de Base sur l'Extension

Nom U Comment for Youtube™ U Comment for Youtube™
ID jkflkkodhkllkfpgocafmggflhhpleal
URL Officiel https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal
Description Watch youtube vides and see comments occur as you watch
Taille du Fichier 43.7 KB
Nombre d'Installations 161
Version Actuelle 1.3.0
Dernière Mise à Jour 2015-09-21
Date de Publication 2015-09-21
Évaluation 2.92/5 Total 13 Évaluations
Développeur gornall.jason
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U Comment for Youtube\u2122",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Watch youtube vides and see comments occur as you watch",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "ajaxer.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "basic.css",
                "animate.css"
            ],
            "js": [
                "jquery.min.js",
                "teacup.js",
                "async.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}