The Offensifier

Finds words that rhyme with swear words and switches them

The Offensifier là gì?

The Offensifier là một tiện ích mở rộng Chrome được phát triển bởi offensivist, và tính năng chính của nó là "Finds words that rhyme with swear words and switches them".

Ả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 The Offensifier

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

                        The Offensifier scans the webpage you're on and changes any words that rhyme with "fuck", "shit" or "cunt" to their respective swear words. 

Can you spot the two changes to the news site on the left?

More will be added soon.                    

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

Tên The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
URL Chính Thức https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Mô tả Finds words that rhyme with swear words and switches them
Kích Thước Tệp 5.19 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2014-10-23
Ngày Phát Hành 2014-10-23
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển offensivist
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Offensifier",
    "description": "Finds words that rhyme with swear words and switches them",
    "version": "2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}