Snowflake
Turns Trump into Snowflake so you don't have to look at that damn name anymore.
Was ist Snowflake?
Snowflake ist eine Chrome-Erweiterung, die von snowflake.extension entwickelt wurde, und ihr Hauptmerkmal ist "Turns Trump into Snowflake so you don't have to look at that damn name anymore.".
Erweiterungsscreenshots
Snowflake-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snowflake-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Snowflake |
ID | cghmhcoebaiodpdicjacfllplandkfpa |
Offizielle URL | https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa |
Beschreibung | Turns Trump into Snowflake so you don't have to look at that damn name anymore. |
Dateigröße | 23.36 KB |
Installationsanzahl | 658 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-01-27 |
Veröffentlichungsdatum | 2017-01-26 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | snowflake.extension |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |