Brexit Filthifier

Replaces the word Brexit with a random bit of filth - by @QuantumPirate

Brexit Filthifier là gì?

Brexit Filthifier là một tiện ích mở rộng Chrome được phát triển bởi QuantumPirate, và tính năng chính của nó là "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".

Ả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 Brexit Filthifier

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

                        Sick of seeing fucking 'Brexit' on every webpage no more? Well worry no more, as long as you prefer filth that is.

v1.1
-Now includes additional Scottish swears, because lets face it, the Scottish are awesome at swearing
-Also replaces any mention of "Trump" with a random insult                    

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

Tên Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
URL Chính Thức https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
Mô tả Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Kích Thước Tệp 23.97 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-02-02
Ngày Phát Hành 2017-02-02
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển QuantumPirate
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/QuantumPirate
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit Filthifier",
    "description": "Replaces the word Brexit with a random bit of filth - by @QuantumPirate",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}