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
官方URL 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"
        }
    ]
}