Donald Trump Poop

A chrome extension that replaces Donald Trumps name with 💩🎺 emojis.

什么是Donald Trump Poop?

Donald Trump Poop是由Rawnly开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that replaces Donald Trumps name with 💩🎺 emojis.”。

扩展截图

screenshot

下载Donald Trump Poop扩展crx文件

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

扩展使用说明

                        This extension will replace all "Donald Trump" or "Donald J./John Trump" name in any webpage with 💩🎺                    

扩展基本信息

名称 Donald Trump Poop Donald Trump Poop
ID ihhgoohghbibomklbaebogoffiolfjne
官方URL https://chrome.google.com/webstore/detail/donald-trump-poop/ihhgoohghbibomklbaebogoffiolfjne
简介 A chrome extension that replaces Donald Trumps name with 💩🎺 emojis.
文件大小 52.84 KB
安装次数 19
当前版本 0.0.2
更新时间 2018-03-26
上架时间 2018-03-26
开发者 Rawnly
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/rawnly/donald-trump-shit
帮助页面URL https://github.com/rawnly/donald-trump-shit/issues
隐私政策页面URL https://github.com/Rawnly
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Donald Trump Poop",
    "short_name": "Donald Poop",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "A chrome extension that replaces Donald Trumps name with \ud83d\udca9\ud83c\udfba emojis.",
    "homepage_url": "http:\/\/github.com\/rawnly\/donald-trump-shit",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/jquery.min.js",
                "src\/replacer.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*"
    ]
}