Not Normal

Reminds users that Trump is a garbage human

Hvad er Not Normal?

Not Normal er en Chrome-udvidelse udviklet af charles.t.hack, og dens hovedfunktion er "Reminds users that Trump is a garbage human".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Not Normal-udvidelses-CRX-fil

Download Not Normal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Not Normal Not Normal
ID bjeohlfabnciaiekidackbcfdflcdhid
Officiel URL https://chromewebstore.google.com/detail/not-normal/bjeohlfabnciaiekidackbcfdflcdhid
Beskrivelse Reminds users that Trump is a garbage human
Filstørrelse 61 KB
Antal Installationer 30
Nuværende Version 0.0.7
Senest Opdateret 2017-01-20
Udgivelsesdato 2017-01-19
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler charles.t.hack
Betalingsmetode free
Udvidelseswebsted https://twitter.com/colinjstokes
Hjælpeside-URL https://twitter.com/c_hack
Understøttede Sprog 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\/"
    ]
}