Donald Trump Poop

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

Wat is Donald Trump Poop?

Donald Trump Poop is een Chrome-extensie ontwikkeld door Rawnly, en de belangrijkste functie is "A chrome extension that replaces Donald Trumps name with 💩🎺 emojis.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Donald Trump Poop

Download Donald Trump Poop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Donald Trump Poop Donald Trump Poop
ID ihhgoohghbibomklbaebogoffiolfjne
Officiële URL https://chrome.google.com/webstore/detail/donald-trump-poop/ihhgoohghbibomklbaebogoffiolfjne
Beschrijving A chrome extension that replaces Donald Trumps name with 💩🎺 emojis.
Bestandsgrootte 52.84 KB
Aantal Installaties 19
Huidige Versie 0.0.2
Laatst Bijgewerkt 2018-03-26
Publicatiedatum 2018-03-26
Ontwikkelaar Rawnly
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rawnly/donald-trump-shit
Help Pagina-URL https://github.com/rawnly/donald-trump-shit/issues
URL van de Privacybeleid Pagina https://github.com/Rawnly
Ondersteunde Talen 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:\/\/*"
    ]
}