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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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