Ted Cruz Potato

This extension turns all references to Ted Cruz into 'a potato'

什么是Ted Cruz Potato?

Ted Cruz Potato是由natekandler开发的Chrome扩展程序,该扩展的主要功能是“This extension turns all references to Ted Cruz into 'a potato'”。

扩展截图

screenshot

下载Ted Cruz Potato扩展crx文件

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

扩展使用说明

                        Turns all references to Ted Cruz into 'A Potato' and replaces images with Cruz in the alt or src with an image of a potato                    

扩展基本信息

名称 Ted Cruz Potato Ted Cruz Potato
ID kfjelmikbelnnmlgmbmfpjkbiejgadag
官方URL https://chromewebstore.google.com/detail/ted-cruz-potato/kfjelmikbelnnmlgmbmfpjkbiejgadag
简介 This extension turns all references to Ted Cruz into 'a potato'
文件大小 3.69 KB
安装次数 305
当前版本 0.1
更新时间 2016-03-10
上架时间 2016-03-09
评分 5.00/5 共7次评分
开发者 natekandler
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz Potato",
    "description": "This extension turns all references to Ted Cruz into 'a potato'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}