President Toilet

Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋

What is President Toilet?

President Toilet is a Chrome extension developed by https://www.presidenttoilet.com, and its main feature is "Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download President Toilet Extension CRX File

Download President Toilet 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

                                            

Extension Basic Information

Name President Toilet President Toilet
ID ffhonfinhcmadaiapenloombkmekogha
Official URL https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha
Description Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
File Size 12.31 KB
Installation Count 29
Current Version 1.3
Last Updated 2017-05-11
Publish Date 2017-05-11
Rating 5.00/5 Total 1 Ratings
Developer https://www.presidenttoilet.com
Payment Type free
Extension Website https://www.presidenttoilet.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Toilet",
    "description": "Swaps all instances of the 45th president\u2019s name for some porcelain. Thanks, Cher, for the inspiration. \ud83d\ude18\ud83d\udc8b",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}