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
官方URL 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"
    }
}