Nhl.com Drunkifier
This extension drunkifies the team icons on NHL.com
Wat is Nhl.com Drunkifier?
Nhl.com Drunkifier is een Chrome-extensie ontwikkeld door benjaminbrouse, en de belangrijkste functie is "This extension drunkifies the team icons on NHL.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Nhl.com Drunkifier
Download Nhl.com Drunkifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Changes the team logos on nhl.com to silly, drunk-friendly versions.
Basisinformatie over de Extensie
Naam | |
ID | jdkcheedeahdeokndmidmdidnmofkmol |
Officiële URL | https://chrome.google.com/webstore/detail/nhlcom-drunkifier/jdkcheedeahdeokndmidmdidnmofkmol |
Beschrijving | This extension drunkifies the team icons on NHL.com |
Bestandsgrootte | 63.84 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-07-10 |
Publicatiedatum | 2013-07-10 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | benjaminbrouse |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |