Moyesbuster
Replace mentions of David Moyes with...Nick Cage
Wat is Moyesbuster?
Moyesbuster is een Chrome-extensie ontwikkeld door Lukas White, en de belangrijkste functie is "Replace mentions of David Moyes with...Nick Cage".
Extensie Screenshots
Download het CRX-bestand van de extensie Moyesbuster
Download Moyesbuster-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
Bored of constant talk about David Moyes on every football and news site on the Internet? This extension simply replaces his name with Nick Cage's.
Basisinformatie over de Extensie
Naam | |
ID | clfghnaffmkkoccdieenldfjfcofeefc |
Officiële URL | https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc |
Beschrijving | Replace mentions of David Moyes with...Nick Cage |
Bestandsgrootte | 37.2 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-02-20 |
Publicatiedatum | 2014-02-20 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Lukas White |
Betalingswijze | free |
Extensiewebsite | http://www.lukaswhite.com |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moyesbuster", "description": "Replace mentions of David Moyes with...Nick Cage", "version": "0.1", "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |