Empathy Extension (Kenya)

An extension that helps you care.

Empathy Extension (Kenya) क्या है?

Empathy Extension (Kenya) krahd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that helps you care."।

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

screenshot
screenshot

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

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

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

                        Are you struggling to care about the Garissa massacre?
Do you feel guilty that you are not really concerned about the killing of 147 students?
Do you wish that you cared more, but these students are so far away... and black...

If so, here is Empathy Extension (Kenya) to help you. This simple add-on will replace in every webpage the words "Kenyan", "Kenya", "Africa", "black students", "Nairobi", and "Garissa" with "French", "France", "Europe", "white students", "Paris", and "Lyon".

The news will now look very dramatic to you. 

Just click on the Kenyan flag next to the URL bar to turn the extension on and off (and reload the page).

Firefox version available at https://addons.mozilla.org/en-us/firefox/addon/empathy-extension-kenya/                    

एक्सटेंशन की मूल जानकारी

नाम Empathy Extension (Kenya) Empathy Extension (Kenya)
ID mnmpkdbgpbajlcmpbpddijbkmbhfjoil
आधिकारिक URL https://chromewebstore.google.com/detail/empathy-extension-kenya/mnmpkdbgpbajlcmpbpddijbkmbhfjoil
विवरण An extension that helps you care.
फ़ाइल का आकार 85.65 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2015-04-15
प्रकाशन तिथि 2015-04-14
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर krahd
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empathy Extension (Kenya)",
    "description": "An extension that helps you care.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "kenya-icon16.png",
        "default_title": "Empathy Extension (Kenya)"
    },
    "author": "Tomas Laurenzo",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "kenya-icon16.png",
        "48": "kenya-icon48.png",
        "128": "kenya-icon128.png"
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "contentscript.js"
            ]
        }
    ]
}