Hodor for YouTube™

Hodor.

What is Hodor for YouTube™?

Hodor for YouTube™ is a Chrome extension developed by ccaviness, and its main feature is "Hodor.".

Extension Screenshots

screenshot

Download Hodor for YouTube™ Extension CRX File

Download Hodor for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hodor

All credit should go to http://www.tannr.com/herp-derp-youtube-comments/ upon whose code this is based.                    

Extension Basic Information

Name Hodor for YouTube™ Hodor for YouTube™
ID fgdjakkhlhnopnmjlgbpdihdmbdmiobd
Official URL https://chrome.google.com/webstore/detail/hodor-for-youtube/fgdjakkhlhnopnmjlgbpdihdmbdmiobd
Description Hodor.
File Size 36 KB
Installation Count 33
Current Version 0.1
Last Updated 2013-06-26
Publish Date 2013-06-26
Rating 4.40/5 Total 5 Ratings
Developer ccaviness
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "hodor.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "http:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtu.be\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hodor.",
    "name": "Hodor for YouTube\u2122",
    "version": "0.1"
}