Comment Hider for YouTube™

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

Wat is Comment Hider for YouTube™?

Comment Hider for YouTube™ is een Chrome-extensie ontwikkeld door http://heithe.com, en de belangrijkste functie is "Adds a button below the video description to hide/show the comments (for YouTube™)".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Comment Hider for YouTube™

Download Comment Hider for YouTube™-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

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

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

Basisinformatie over de Extensie

Naam Comment Hider for YouTube™ Comment Hider for YouTube™
ID bpalkidfdmcoobbgncphknpfnidbldbj
Officiële URL https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj
Beschrijving Adds a button below the video description to hide/show the comments (for YouTube™)
Bestandsgrootte 33.75 KB
Aantal Installaties 14
Huidige Versie 0.5
Laatst Bijgewerkt 2013-03-19
Publicatiedatum 2013-03-19
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://heithe.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.heithe.com/
Ondersteunde Talen 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"
        }
    ]
}