Snowflake

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

Qu'est-ce que Snowflake ?

Snowflake est une extension Chrome développée par snowflake.extension, et sa fonction principale est "Turns Trump into Snowflake so you don't have to look at that damn name anymore.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Snowflake

Téléchargez les fichiers d'extension Snowflake au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Snowflake Snowflake
ID cghmhcoebaiodpdicjacfllplandkfpa
URL Officiel https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa
Description Turns Trump into Snowflake so you don't have to look at that damn name anymore.
Taille du Fichier 23.36 KB
Nombre d'Installations 658
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-27
Date de Publication 2017-01-26
Évaluation 5.00/5 Total 4 Évaluations
Développeur snowflake.extension
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}