Comment Hider for YouTube™

Adds a button below the video description to hide/show the comments (for YouTube™)

Qu'est-ce que Comment Hider for YouTube™ ?

Comment Hider for YouTube™ est une extension Chrome développée par http://heithe.com, et sa fonction principale est "Adds a button below the video description to hide/show the comments (for YouTube™)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Comment Hider for YouTube™

Téléchargez les fichiers d'extension Comment Hider 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

                        Adds a button below the video description to hide/show the comments (for YouTube™)

Web: http://www.heithe.com/
Email: [email protected]                    

Informations de Base sur l'Extension

Nom Comment Hider for YouTube™ Comment Hider for YouTube™
ID bpalkidfdmcoobbgncphknpfnidbldbj
URL Officiel https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj
Description Adds a button below the video description to hide/show the comments (for YouTube™)
Taille du Fichier 33.75 KB
Nombre d'Installations 14
Version Actuelle 0.5
Dernière Mise à Jour 2013-03-19
Date de Publication 2013-03-19
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://heithe.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.heithe.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Hider for YouTube\u2122",
    "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)",
    "version": "0.5",
    "manifest_version": 2,
    "icons": {
        "16": "app_icon_16.png",
        "48": "app_icon_48.png",
        "128": "app_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "ht_yct.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}