Douche and Turd

Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.

什么是Douche and Turd?

Douche and Turd是由Matthew Hynes开发的Chrome扩展程序,该扩展的主要功能是“Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.”。

扩展截图

screenshot
screenshot

下载Douche and Turd扩展crx文件

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

扩展使用说明

                        This extension replaces the 2016 Presidential candidate's names with something more fitting. That's about it.

(No copyright infringement intended - all images property of Comedy Central. I have no idea if this disclaimer is sufficient to cover my ass, but it seems like something I should put here.)                    

扩展基本信息

名称 Douche and Turd Douche and Turd
ID lbldenckphkphkiglelkdmioihlfghle
官方URL https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle
简介 Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
文件大小 32.48 KB
安装次数 34
当前版本 1.2
更新时间 2016-09-28
上架时间 2016-09-28
评分 5.00/5 共12次评分
开发者 Matthew Hynes
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Douche and Turd",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}