Republicans: The Nazi Party

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

Republicans: The Nazi Party là gì?

Republicans: The Nazi Party là một tiện ích mở rộng Chrome được phát triển bởi Lyin' Ted, và tính năng chính của nó là "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.".

Tải xuống tệp CRX của tiện ích mở rộng Republicans: The Nazi Party

Tải xuống các tệp mở rộng Republicans: The Nazi Party dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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?"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Republicans: The Nazi Party Republicans: The Nazi Party
ID njdnedhccajgmoflgnoclcicnjidpaec
URL Chính Thức https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec
Mô tả Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
Kích Thước Tệp 24.48 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-08-16
Ngày Phát Hành 2017-08-16
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Lyin' Ted
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}