Nhl.com Drunkifier
This extension drunkifies the team icons on NHL.com
Cos'è Nhl.com Drunkifier?
Nhl.com Drunkifier è un'estensione di Chrome sviluppata da benjaminbrouse, e la sua funzione principale è "This extension drunkifies the team icons on NHL.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nhl.com Drunkifier
Scarica i file di estensione Nhl.com Drunkifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Changes the team logos on nhl.com to silly, drunk-friendly versions.
Informazioni di Base sull'Estensione
Nome | |
ID | jdkcheedeahdeokndmidmdidnmofkmol |
URL Ufficiale | https://chrome.google.com/webstore/detail/nhlcom-drunkifier/jdkcheedeahdeokndmidmdidnmofkmol |
Descrizione | This extension drunkifies the team icons on NHL.com |
Dimensione del File | 63.84 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-07-10 |
Data di Pubblicazione | 2013-07-10 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | benjaminbrouse |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |