Alt-Right Denormalizer

Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'

Alt-Right Denormalizer란 무엇입니까?

Alt-Right Denormalizer은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'"입니다.

확장 프로그램 스크린샷

screenshot

Alt-Right Denormalizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.                    

확장 프로그램 기본 정보

이름 Alt-Right Denormalizer Alt-Right Denormalizer
ID glfmlcifdhfpibfmokbcojfkbgfigeph
공식 URL https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph
설명 Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
파일 크기 3.56 KB
설치 횟수 657
현재 버전 1.0
최근 업데이트 2016-11-17
출시 날짜 2016-11-16
평점 4.12/5 총 34 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right Denormalizer",
    "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}