Trump to Poop
This Extension replaces the words Trump with the word Poop, Spicer with Scphincter and Conway with ConJob
What is Trump to Poop?
Trump to Poop is a Chrome extension developed by PresidentPoop.com, and its main feature is "This Extension replaces the words Trump with the word Poop, Spicer with Scphincter and Conway with ConJob".
Extension Screenshots
Download Trump to Poop Extension CRX File
Download Trump to 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
Trump to Poop: This extension will Replace the word Trump with the word Poop on most website also replaces Spicer with Scphincter! and Conway with ConJob! Its the Poop Scphincter ConJob you never new you always wanted! President Poop thinks this is "really really Great! probably the Best Extension Ever made - I mean how could it not be great it's got Poop all over it and i should know because I'm "like" a smart person" President Poop says install Trump to Poop Scphincter ConJob now !
Extension Basic Information
Name | Trump to Poop |
ID | mihfneoljcgdjnpmeefcmahciglmljli |
Official URL | https://chromewebstore.google.com/detail/trump-to-poop/mihfneoljcgdjnpmeefcmahciglmljli |
Description | This Extension replaces the words Trump with the word Poop, Spicer with Scphincter and Conway with ConJob |
File Size | 3.59 KB |
Installation Count | 1,143 |
Current Version | 2.4 |
Last Updated | 2017-02-19 |
Publish Date | 2017-02-19 |
Rating | 4.64/5 Total 11 Ratings |
Developer | PresidentPoop.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Poop", "description": "This Extension replaces the words Trump with the word Poop, Spicer with Scphincter and Conway with ConJob", "version": "2.4", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |