Snowflake

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

什麼是Snowflake?

Snowflake是由snowflake.extension開發的Chrome擴展程式,該擴展的主要功能是“Turns Trump into Snowflake so you don't have to look at that damn name anymore.”。

擴展截圖

screenshot

下載Snowflake擴展crx文件

下載Snowflake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Snowflake Snowflake
ID cghmhcoebaiodpdicjacfllplandkfpa
官方網址 https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa
簡介 Turns Trump into Snowflake so you don't have to look at that damn name anymore.
檔案大小 23.36 KB
安裝次數 658
目前版本 1.0
更新時間 2017-01-27
上架時間 2017-01-26
評分 5.00/5 共 4 次評分
開發者 snowflake.extension
付費類型 free
支援的語言 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"
        }
    ]
}