Republicans: The Nazi Party

Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.

什麼是Republicans: The Nazi Party?

Republicans: The Nazi Party是由Lyin' Ted開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.”。

下載Republicans: The Nazi Party擴展crx文件

下載Republicans: The Nazi Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Excuse me, they didn't put themselves down as neo-Nazis, and you had some very bad people in that group. But you also had people that were very fine people on both sides. You had people in that group – excuse me, excuse me. I saw the same pictures as you did. You had people in that group that were there to protest the taking down, of to them, a very, very important statue and the renaming of a park from Robert E. Lee to another name."

...

"Okay, what about the alt-left that came charging at us – excuse me – what about the alt-left that came charging at the, as you say, the alt right? Do they have any semblance of guilt?"                    

擴展基本資訊

名稱 Republicans: The Nazi Party Republicans: The Nazi Party
ID njdnedhccajgmoflgnoclcicnjidpaec
官方網址 https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec
簡介 Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
檔案大小 24.48 KB
安裝次數 19
目前版本 2.0
更新時間 2017-08-16
上架時間 2017-08-16
評分 2.33/5 共 3 次評分
開發者 Lyin' Ted
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Republicans: The Nazi Party",
    "description": "Replaces the text 'republicans' and 'conservatives' with 'Nazis'.  Call a spade a spade.",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}