Not Normal

Reminds users that Trump is a garbage human

什么是Not Normal?

Not Normal是由charles.t.hack开发的Chrome扩展程序,该扩展的主要功能是“Reminds users that Trump is a garbage human”。

扩展截图

screenshot
screenshot

下载Not Normal扩展crx文件

下载Not Normal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Inserts things that Donald Trump has said and done when his name appears in articles and on social media.

Not Normal helps you remember the things the new POTUS has done, in case they're not seared into your brain already. Users will be reminded of facts (sourced from the Slate piece below) and be reminded that every day is not normal.

Inspiration:
http://www.slate.com/articles/news_and_politics/cover_story/2016/07/donald_trump_is_unfit_to_be_president_here_are_141_reasons_why.html
https://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe

by @colinjstokes, @c_hack and @JasonAdamK                    

扩展基本信息

名称 Not Normal Not Normal
ID bjeohlfabnciaiekidackbcfdflcdhid
官方URL https://chromewebstore.google.com/detail/not-normal/bjeohlfabnciaiekidackbcfdflcdhid
简介 Reminds users that Trump is a garbage human
文件大小 61 KB
安装次数 30
当前版本 0.0.7
更新时间 2017-01-20
上架时间 2017-01-19
评分 3.67/5 共3次评分
开发者 charles.t.hack
付费类型 free
扩展官网 https://twitter.com/colinjstokes
帮助页面URL https://twitter.com/c_hack
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not Normal",
    "description": "Reminds users that Trump is a garbage human",
    "version": "0.0.7",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "trumpslatorpro.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "trumpicon.png"
    },
    "icons": {
        "128": "trumpicon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}