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
公式URL 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": [
        ""
    ]
}