Moyesbuster
Replace mentions of David Moyes with...Nick Cage
Cos'è Moyesbuster?
Moyesbuster è un'estensione di Chrome sviluppata da Lukas White, e la sua funzione principale è "Replace mentions of David Moyes with...Nick Cage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Moyesbuster
Scarica i file di estensione Moyesbuster 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | clfghnaffmkkoccdieenldfjfcofeefc |
URL Ufficiale | https://chrome.google.com/webstore/detail/moyesbuster/clfghnaffmkkoccdieenldfjfcofeefc |
Descrizione | Replace mentions of David Moyes with...Nick Cage |
Dimensione del File | 37.2 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-02-20 |
Data di Pubblicazione | 2014-02-20 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Lukas White |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.lukaswhite.com |
Lingue Supportate | 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 } |