Clarifier

Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".

Clarifier là gì?

Clarifier là một tiện ích mở rộng Chrome được phát triển bởi Steve Wozniak, và tính năng chính của nó là "Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clarifier

Tải xuống các tệp mở rộng Clarifier 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

                        Version 1.1 update:
"Donald Trump Rally" is now replaced with "Donald Trump White Power Rally". Happy election season!

When activated, Clarifier ensures that when racists unintentionally type "I'm not racist", it replaces it with what they actually meant to say, "Because I'm racist"!

Built by @stephanwozniak (download the Googlifier while you're at it)!
Conceptualized by @tasog

Contact: [email protected]                    

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

Tên Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
URL Chính Thức https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
Mô tả Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
Kích Thước Tệp 46.04 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-03-29
Ngày Phát Hành 2016-03-28
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Steve Wozniak
Loại Thanh Toán free
URL Trang Trợ Giúp http://twitter.com/stephanwozniak
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clarifier",
    "version": "1.1",
    "description": "Bring out the honesty in the Internet! This will replace the phrase \"I'm not racist\" with \"Because I'm racist\".",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "author": "@stephanwozniak",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/jquery-1.11.3.min.js",
                "src\/far.js",
                "src\/script.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}