Not Normal

Reminds users that Trump is a garbage human

Wat is Not Normal?

Not Normal is een Chrome-extensie ontwikkeld door charles.t.hack, en de belangrijkste functie is "Reminds users that Trump is a garbage human".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Not Normal

Download Not Normal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Not Normal Not Normal
ID bjeohlfabnciaiekidackbcfdflcdhid
Officiële URL https://chromewebstore.google.com/detail/not-normal/bjeohlfabnciaiekidackbcfdflcdhid
Beschrijving Reminds users that Trump is a garbage human
Bestandsgrootte 61 KB
Aantal Installaties 30
Huidige Versie 0.0.7
Laatst Bijgewerkt 2017-01-20
Publicatiedatum 2017-01-19
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar charles.t.hack
Betalingswijze free
Extensiewebsite https://twitter.com/colinjstokes
Help Pagina-URL https://twitter.com/c_hack
Ondersteunde Talen 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\/"
    ]
}