Nhl.com Drunkifier

This extension drunkifies the team icons on NHL.com

Nhl.com Drunkifierとは何ですか?

Nhl.com Drunkifierはbenjaminbrouseによって開発されたChromeの拡張機能で、その主な機能は「This extension drunkifies the team icons on NHL.com」です。

拡張機能のスクリーンショット

screenshot

Nhl.com Drunkifier拡張機能のCRXファイルをダウンロード

Nhl.com Drunkifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Nhl.com Drunkifier Nhl.com Drunkifier
ID jdkcheedeahdeokndmidmdidnmofkmol
公式URL https://chrome.google.com/webstore/detail/nhlcom-drunkifier/jdkcheedeahdeokndmidmdidnmofkmol
説明 This extension drunkifies the team icons on NHL.com
ファイルサイズ 63.84 KB
インストール数 28
現在のバージョン 1.0
最終更新日 2013-07-10
公開日 2013-07-10
評価 3.50/5 合計 2 レビュー
開発者 benjaminbrouse
支払い方法 free
対応言語 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"
    ]
}