Kanye for VP

Replace references to Tim Kaine with Kanye West

What is Kanye for VP?

Kanye for VP is a Chrome extension developed by https://www.mollywhite.net, and its main feature is "Replace references to Tim Kaine with Kanye West".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Kanye for VP Extension CRX File

Download Kanye for VP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replace mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.                    

Extension Basic Information

Name Kanye for VP Kanye for VP
ID maoogjnlkjgijnaehchgjipelgglccfa
Official URL https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa
Description Replace references to Tim Kaine with Kanye West
File Size 4.84 MB
Installation Count 32
Current Version 1.0
Last Updated 2016-07-23
Publish Date 2016-07-23
Rating 5.00/5 Total 1 Ratings
Developer https://www.mollywhite.net
Email [email protected]
Payment Type free
Extension Website http://mollywhite.net/#projects
Supported Languages 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"
    }
}