Donald Trump to F**kface Von Clownstick

Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.

Donald Trump to F**kface Von Clownstick là gì?

Donald Trump to F**kface Von Clownstick là một tiện ích mở rộng Chrome được phát triển bởi archimedes__r, và tính năng chính của nó là "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.".

Ả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 Donald Trump to F**kface Von Clownstick

Tải xuống các tệp mở rộng Donald Trump to F**kface Von Clownstick 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

                        - Changes Donald Trump, Donald J Trump, Donald J. Trump, and Donald John Trump to "Fuckface von Clownstick"

- Changes Trump to "von Clownstick"

- Changes @realDonaldTrump to @FuckfaceVonClownstick

- Changes www.donaldjtrump.com (on webpages) to www.fuckfacevonclownstick.com                    

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

Tên Donald Trump to F**kface Von Clownstick Donald Trump to F**kface Von Clownstick
ID kpdlhobffjgjjfkhcnffelihnmhnekhi
URL Chính Thức https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi
Mô tả Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.
Kích Thước Tệp 3.77 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-04-29
Ngày Phát Hành 2017-04-29
Nhà Phát Triển archimedes__r
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump to F**kface Von Clownstick",
    "description": "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}