Nhl.com Drunkifier

This extension drunkifies the team icons on NHL.com

What is Nhl.com Drunkifier?

Nhl.com Drunkifier is a Chrome extension developed by benjaminbrouse, and its main feature is "This extension drunkifies the team icons on NHL.com".

Extension Screenshots

screenshot

Download Nhl.com Drunkifier Extension CRX File

Download Nhl.com Drunkifier 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

                        Changes the team logos on nhl.com to silly, drunk-friendly versions.                    

Extension Basic Information

Name Nhl.com Drunkifier Nhl.com Drunkifier
ID jdkcheedeahdeokndmidmdidnmofkmol
Official URL https://chrome.google.com/webstore/detail/nhlcom-drunkifier/jdkcheedeahdeokndmidmdidnmofkmol
Description This extension drunkifies the team icons on NHL.com
File Size 63.84 KB
Installation Count 28
Current Version 1.0
Last Updated 2013-07-10
Publish Date 2013-07-10
Rating 3.50/5 Total 2 Ratings
Developer benjaminbrouse
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nhl.com Drunkifier",
    "description": "This extension drunkifies the team icons on NHL.com",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nhl.com\/*"
            ],
            "css": [],
            "js": [
                "drunkify.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "team_logo_nav_drunkified.png"
    ]
}