Your Drunk Uncle at Thanksgiving

Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.

什麼是Your Drunk Uncle at Thanksgiving?

Your Drunk Uncle at Thanksgiving是由tim.bornholdt開發的Chrome擴展程式,該擴展的主要功能是“Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.”。

擴展截圖

screenshot

下載Your Drunk Uncle at Thanksgiving擴展crx文件

下載Your Drunk Uncle at Thanksgiving擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.                    

擴展基本資訊

名稱 Your Drunk Uncle at Thanksgiving Your Drunk Uncle at Thanksgiving
ID gojllilppggaoimmobeddlhafeijfigh
官方網址 https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh
簡介 Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
檔案大小 8.34 KB
安裝次數 395
目前版本 0.2
更新時間 2015-10-29
上架時間 2015-10-29
評分 4.60/5 共 50 次評分
開發者 tim.bornholdt
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Your Drunk Uncle at Thanksgiving",
    "description": "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}