Cuck to Smurf

This extension squanches the word cuck to smurf.

Cuck to Smurf là gì?

Cuck to Smurf là một tiện ích mở rộng Chrome được phát triển bởi Afal, và tính năng chính của nó là "This extension squanches the word cuck to smurf.".

Tải xuống tệp CRX của tiện ích mở rộng Cuck to Smurf

Tải xuống các tệp mở rộng Cuck to Smurf 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 changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.                    

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

Tên Cuck to Smurf Cuck to Smurf
ID ofphpecnggajokednpbnbghnlloaccco
URL Chính Thức https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco
Mô tả This extension squanches the word cuck to smurf.
Kích Thước Tệp 24.47 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-05-06
Ngày Phát Hành 2016-05-06
Nhà Phát Triển Afal
Email [email protected]
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",
    "manifest_version": 2,
    "name": "Cuck to Smurf",
    "description": "This extension squanches the word cuck to smurf.",
    "version": "1.0",
    "icons": {
        "128": "smurf.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}