Kanye for VP
Replace references to Tim Kaine with Kanye West
Cos'è Kanye for VP?
Kanye for VP è un'estensione di Chrome sviluppata da https://www.mollywhite.net, e la sua funzione principale è "Replace references to Tim Kaine with Kanye West".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kanye for VP
Scarica i file di estensione Kanye for VP 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
Replace mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.
Informazioni di Base sull'Estensione
Nome | Kanye for VP |
ID | maoogjnlkjgijnaehchgjipelgglccfa |
URL Ufficiale | https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa |
Descrizione | Replace references to Tim Kaine with Kanye West |
Dimensione del File | 4.84 MB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-07-23 |
Data di Pubblicazione | 2016-07-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.mollywhite.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mollywhite.net/#projects |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kanye for VP", "description": "Replace references to Tim Kaine with Kanye West", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |