Snowflake

Turns Trump into Snowflake so you don't have to look at that damn name anymore.

What is Snowflake?

Snowflake is a Chrome extension developed by snowflake.extension, and its main feature is "Turns Trump into Snowflake so you don't have to look at that damn name anymore.".

Extension Screenshots

screenshot

Download Snowflake Extension CRX File

Download Snowflake 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

                        Suffering from T***P fatigue?  Aren't we all.  Tired of seeing that name in print and the not-so-subtle bout of nausea induced when you think about our country (and nuclear) codes being handed over to a con man with the ego of a toddler.  

This little add-on I whipped up will replace that name with "Snowflake" my new nickname and the only way he is referred to in my house.  Why Snowflake?  Because he's just so sensitive.  "Mine is the biggest!"  "The media is out to get me!"  "Everyone must love me!"  What a tool.                    

Extension Basic Information

Name Snowflake Snowflake
ID cghmhcoebaiodpdicjacfllplandkfpa
Official URL https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa
Description Turns Trump into Snowflake so you don't have to look at that damn name anymore.
File Size 23.36 KB
Installation Count 658
Current Version 1.0
Last Updated 2017-01-27
Publish Date 2017-01-26
Rating 5.00/5 Total 4 Ratings
Developer snowflake.extension
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snowflake",
    "description": "Turns Trump into Snowflake so you don't have to look at that damn name anymore.",
    "version": "1.0",
    "icons": {
        "128": "snowflake.png"
    },
    "browser_action": {
        "default_icon": "snowflake.png"
    },
    "web_accessible_resources": [
        "snowflake.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}