Donald Trump Poop

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

What is Donald Trump Poop?

Donald Trump Poop is a Chrome extension developed by Rawnly, and its main feature is "A chrome extension that replaces Donald Trumps name with 💩🎺 emojis.".

Extension Screenshots

screenshot

Download Donald Trump Poop Extension CRX File

Download Donald Trump Poop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Donald Trump Poop Donald Trump Poop
ID ihhgoohghbibomklbaebogoffiolfjne
Official URL https://chrome.google.com/webstore/detail/donald-trump-poop/ihhgoohghbibomklbaebogoffiolfjne
Description A chrome extension that replaces Donald Trumps name with 💩🎺 emojis.
File Size 52.84 KB
Installation Count 19
Current Version 0.0.2
Last Updated 2018-03-26
Publish Date 2018-03-26
Developer Rawnly
Email [email protected]
Payment Type free
Extension Website https://github.com/rawnly/donald-trump-shit
Help Page URL https://github.com/rawnly/donald-trump-shit/issues
Privacy Policy Page URL https://github.com/Rawnly
Supported Languages 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:\/\/*"
    ]
}