Kanye for VP
Replace references to Tim Kaine with Kanye West
Vad är Kanye for VP?
Kanye for VP är en Chrome-tillägg utvecklad av https://www.mollywhite.net, och dess huvudfunktion är "Replace references to Tim Kaine with Kanye West".
Tilläggsskärmbilder
Ladda ner Kanye for VP-förlängningens CRX-fil
Ladda ner Kanye for VP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replace mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.
Grundläggande Information om Tillägg
Namn | Kanye for VP |
ID | maoogjnlkjgijnaehchgjipelgglccfa |
Officiell webbadress | https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa |
Beskrivning | Replace references to Tim Kaine with Kanye West |
Filstorlek | 4.84 MB |
Antal Installationer | 32 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-07-23 |
Publiceringsdatum | 2016-07-23 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.mollywhite.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://mollywhite.net/#projects |
Stödda Språk | 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" } } |