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文件

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

擴展使用說明

                        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
官方網址 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"
        }
    ]
}