Empathy Extension (Kenya)

An extension that helps you care.

Empathy Extension (Kenya) là gì?

Empathy Extension (Kenya) là một tiện ích mở rộng Chrome được phát triển bởi krahd, và tính năng chính của nó là "An extension that helps you care.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Empathy Extension (Kenya)

Tải xuống các tệp mở rộng Empathy Extension (Kenya) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Empathy Extension (Kenya) Empathy Extension (Kenya)
ID mnmpkdbgpbajlcmpbpddijbkmbhfjoil
URL Chính Thức https://chromewebstore.google.com/detail/empathy-extension-kenya/mnmpkdbgpbajlcmpbpddijbkmbhfjoil
Mô tả An extension that helps you care.
Kích Thước Tệp 85.65 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-04-15
Ngày Phát Hành 2015-04-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển krahd
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}