Kanye for VP

Replace references to Tim Kaine with Kanye West

什么是Kanye for VP?

Kanye for VP是由https://www.mollywhite.net开发的Chrome扩展程序,该扩展的主要功能是“Replace references to Tim Kaine with Kanye West”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Kanye for VP扩展crx文件

下载Kanye for VP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Kanye for VP Kanye for VP
ID maoogjnlkjgijnaehchgjipelgglccfa
官方URL https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa
简介 Replace references to Tim Kaine with Kanye West
文件大小 4.84 MB
安装次数 32
当前版本 1.0
更新时间 2016-07-23
上架时间 2016-07-23
评分 5.00/5 共1次评分
开发者 https://www.mollywhite.net
电子邮箱 [email protected]
付费类型 free
扩展官网 http://mollywhite.net/#projects
支持的语言 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"
    }
}