Goebbels Nazi Extension

Goebbels very first extension, turns SJW hate into pro-Nazi hate.

Goebbels Nazi Extension là gì?

Goebbels Nazi Extension là một tiện ích mở rộng Chrome được phát triển bởi Bob Bobson, và tính năng chính của nó là "Goebbels very first extension, turns SJW hate into pro-Nazi hate.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goebbels Nazi Extension

Tải xuống các tệp mở rộng Goebbels Nazi Extension 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

                        This is a very simple extension, is just replaces curtain phrases such as 'men' with 'jews' and 'feminist' with 'nazi'. Now, this may seem all in bad taste to you but I assure you, it's very funny. This extension exposes the complete lunacy of 3rd-wave feminism.

Just to clarify I am not a nazi or support nazism or any form of discrimination.                    

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

Tên Goebbels Nazi Extension Goebbels Nazi Extension
ID iomgmieikoadnldfkdmbggemplkfmpfl
URL Chính Thức https://chrome.google.com/webstore/detail/goebbels-nazi-extension/iomgmieikoadnldfkdmbggemplkfmpfl
Mô tả Goebbels very first extension, turns SJW hate into pro-Nazi hate.
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2015-05-25
Ngày Phát Hành 2015-05-25
Đánh Giá 4.74/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Bob Bobson
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goebbels Nazi Extension",
    "short_name": "GNE",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "Goebbels very first extension, turns SJW hate into pro-Nazi hate.",
    "options_page": "options\/options.html",
    "icons": {
        "16": "assets\/gne_icon_16c.png",
        "48": "assets\/gne_icon_48c.png",
        "128": "assets\/gne_icon_128c.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/ba_icon_19c.png"
        },
        "default_title": "Add Atmosphere"
    },
    "content_scripts": [
        {
            "js": [
                "java\/script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "java\/background.js"
        ]
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "background.js",
        "script.js"
    ]
}