Do I Sound Like a Nazi?

Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.

Do I Sound Like a Nazi? là gì?

Do I Sound Like a Nazi? là một tiện ích mở rộng Chrome được phát triển bởi Liv Landau, và tính năng chính của nó là "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.".

Ả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 Do I Sound Like a Nazi?

Tải xuống các tệp mở rộng Do I Sound Like a Nazi? 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 Chrome extension replaces the text 'Muslim' with 'Jew' so you can decide whether or not what you're reading about Muslims sounds like something a Nazi would have said about Jews.                    

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

Tên Do I Sound Like a Nazi? Do I Sound Like a Nazi?
ID dbhfbchkgfpkjljghlmnbdbgflhdpohg
URL Chính Thức https://chromewebstore.google.com/detail/do-i-sound-like-a-nazi/dbhfbchkgfpkjljghlmnbdbgflhdpohg
Mô tả Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.
Kích Thước Tệp 20.6 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-12-08
Ngày Phát Hành 2015-12-07
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Liv Landau
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Do I Sound Like a Nazi?",
    "description": "Replaces the text 'Muslim' with 'Jew' so you can see if what you're reading sounds nazi-ish.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}