Tired of the world

Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.

Tired of the world là gì?

Tired of the world là một tiện ích mở rộng Chrome được phát triển bởi Russ Smith, và tính năng chính của nó là "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Tải xuống tệp CRX của tiện ích mở rộng Tired of the world

Tải xuống các tệp mở rộng Tired of the world 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

                        I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.                    

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

Tên Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
URL Chính Thức https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
Mô tả Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Kích Thước Tệp 3.64 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-12-07
Ngày Phát Hành 2015-12-07
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Russ Smith
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/russ_sm
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tired of the world",
    "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}