Not Normal

Reminds users that Trump is a garbage human

Not Normal क्या है?

Not Normal charles.t.hack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminds users that Trump is a garbage human"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Not Normal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}