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
官方網址 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"
        }
    ]
}