Empathy Extension (Kenya)

An extension that helps you care.

Empathy Extension (Kenya)란 무엇입니까?

Empathy Extension (Kenya)은(는) krahd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that helps you care."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Empathy Extension (Kenya) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}