President Shit-gibbon

Replaces Donald Trumps name with his correct title

什么是President Shit-gibbon?

President Shit-gibbon是由qilz开发的Chrome扩展程序,该扩展的主要功能是“Replaces Donald Trumps name with his correct title”。

下载President Shit-gibbon扩展crx文件

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

扩展使用说明

                        Replaces "Donald Trump", "Donald J Trump", "Donald J. Trump", and "Donald John Trump" with "President Shit-gibbon"

Replaces "Trump" with "Shit-gibbon"                    

扩展基本信息

名称 President Shit-gibbon President Shit-gibbon
ID kkhbjkhecpfblklmjbaebmnagaligaim
官方URL https://chrome.google.com/webstore/detail/president-shit-gibbon/kkhbjkhecpfblklmjbaebmnagaligaim
简介 Replaces Donald Trumps name with his correct title
文件大小 3.59 KB
安装次数 26
当前版本 1.2
更新时间 2017-02-10
上架时间 2017-02-10
评分 5.00/5 共3次评分
开发者 qilz
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Shit-gibbon",
    "description": "Replaces Donald Trumps name with his correct title",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}