Snowflake
Turns Trump into Snowflake so you don't have to look at that damn name anymore.
Cos'è Snowflake?
Snowflake è un'estensione di Chrome sviluppata da snowflake.extension, e la sua funzione principale è "Turns Trump into Snowflake so you don't have to look at that damn name anymore.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snowflake
Scarica i file di estensione Snowflake in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Snowflake |
ID | cghmhcoebaiodpdicjacfllplandkfpa |
URL Ufficiale | https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa |
Descrizione | Turns Trump into Snowflake so you don't have to look at that damn name anymore. |
Dimensione del File | 23.36 KB |
Conteggio Installazioni | 658 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-01-27 |
Data di Pubblicazione | 2017-01-26 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | snowflake.extension |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |