Kanye for VP
Replace references to Tim Kaine with Kanye West
Wat is Kanye for VP?
Kanye for VP is een Chrome-extensie ontwikkeld door https://www.mollywhite.net, en de belangrijkste functie is "Replace references to Tim Kaine with Kanye West".
Extensie Screenshots
Download het CRX-bestand van de extensie Kanye for VP
Download Kanye for VP-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
Replace mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.
Basisinformatie over de Extensie
Naam | Kanye for VP |
ID | maoogjnlkjgijnaehchgjipelgglccfa |
Officiële URL | https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa |
Beschrijving | Replace references to Tim Kaine with Kanye West |
Bestandsgrootte | 4.84 MB |
Aantal Installaties | 32 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-07-23 |
Publicatiedatum | 2016-07-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.mollywhite.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://mollywhite.net/#projects |
Ondersteunde Talen | 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" } } |