Not Normal

Reminds users that Trump is a garbage human

Cos'è Not Normal?

Not Normal è un'estensione di Chrome sviluppata da charles.t.hack, e la sua funzione principale è "Reminds users that Trump is a garbage human".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Not Normal

Scarica i file di estensione Not Normal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Not Normal Not Normal
ID bjeohlfabnciaiekidackbcfdflcdhid
URL Ufficiale https://chromewebstore.google.com/detail/not-normal/bjeohlfabnciaiekidackbcfdflcdhid
Descrizione Reminds users that Trump is a garbage human
Dimensione del File 61 KB
Conteggio Installazioni 30
Versione Corrente 0.0.7
Ultimo Aggiornamento 2017-01-20
Data di Pubblicazione 2017-01-19
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore charles.t.hack
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/colinjstokes
URL della Pagina di Aiuto https://twitter.com/c_hack
Lingue Supportate 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\/"
    ]
}