Not Normal

Reminds users that Trump is a garbage human

Was ist Not Normal?

Not Normal ist eine Chrome-Erweiterung, die von charles.t.hack entwickelt wurde, und ihr Hauptmerkmal ist "Reminds users that Trump is a garbage human".

Erweiterungsscreenshots

screenshot
screenshot

Not Normal-Erweiterungs-CRX-Datei herunterladen

Laden Sie Not Normal-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Not Normal Not Normal
ID bjeohlfabnciaiekidackbcfdflcdhid
Offizielle URL https://chromewebstore.google.com/detail/not-normal/bjeohlfabnciaiekidackbcfdflcdhid
Beschreibung Reminds users that Trump is a garbage human
Dateigröße 61 KB
Installationsanzahl 30
Aktuelle Version 0.0.7
Letztes Update 2017-01-20
Veröffentlichungsdatum 2017-01-19
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler charles.t.hack
Zahlungsart free
Erweiterungswebsite https://twitter.com/colinjstokes
Hilfeseite URL https://twitter.com/c_hack
Unterstützte Sprachen 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\/"
    ]
}