Comment Hider for YouTube™

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

Vad är Comment Hider for YouTube™?

Comment Hider for YouTube™ är en Chrome-tillägg utvecklad av http://heithe.com, och dess huvudfunktion är "Adds a button below the video description to hide/show the comments (for YouTube™)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Comment Hider for YouTube™-förlängningens CRX-fil

Ladda ner Comment Hider for YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Comment Hider for YouTube™ Comment Hider for YouTube™
ID bpalkidfdmcoobbgncphknpfnidbldbj
Officiell webbadress https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj
Beskrivning Adds a button below the video description to hide/show the comments (for YouTube™)
Filstorlek 33.75 KB
Antal Installationer 14
Aktuell Version 0.5
Senast Uppdaterad 2013-03-19
Publiceringsdatum 2013-03-19
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare http://heithe.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.heithe.com/
Stödda Språk 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"
        }
    ]
}