Stop Normalizing Alt Right Neo-Nazi Edition

Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing

Stop Normalizing Alt Right Neo-Nazi Edition란 무엇입니까?

Stop Normalizing Alt Right Neo-Nazi Edition은(는) StopNormalizing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing"입니다.

확장 프로그램 스크린샷

screenshot

Stop Normalizing Alt Right Neo-Nazi Edition 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By popular demand! Stop Normalizing Neo-Nazi Edition.

After installing "alt-right" will change into "neo-nazi" on any website, tweet, facebook post, wikipedia article, and others. 

Don't buy the rebranding; reject it.

NOTE: If you were using the original Stop Normalizing Chrome Extension, make sure to disable it before using the Neo-Nazi Edition.                    

확장 프로그램 기본 정보

이름 Stop Normalizing Alt Right Neo-Nazi Edition Stop Normalizing Alt Right Neo-Nazi Edition
ID ffbjneeahjafobcedlebkckenpkppjhj
공식 URL https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj
설명 Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
파일 크기 3.58 KB
설치 횟수 442
현재 버전 1.0
최근 업데이트 2018-07-05
출시 날짜 2018-07-05
평점 3.82/5 총 33 개의 평점
개발자 StopNormalizing
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 http://www.stopnormalizing.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Normalizing Alt Right Neo-Nazi Edition",
    "version": "1.0",
    "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https:\/\/twitter.com\/stopnormalizing",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}