Clarifier

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

什麼是Clarifier?

Clarifier是由Steve Wozniak開發的Chrome擴展程式,該擴展的主要功能是“Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Clarifier擴展crx文件

下載Clarifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Clarifier Clarifier
ID oiiggkakbalpaglgkjoenbbimlddnbfn
官方網址 https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn
簡介 Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
檔案大小 46.04 KB
安裝次數 25
目前版本 1.1
更新時間 2016-03-29
上架時間 2016-03-28
評分 3.00/5 共 3 次評分
開發者 Steve Wozniak
付費類型 free
說明頁面URL http://twitter.com/stephanwozniak
支援的語言 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": [
        ""
    ]
}