the Ridiculer

Extension that makes the news easier to read for liberals and progressives.

the Ridiculer là gì?

the Ridiculer là một tiện ích mở rộng Chrome được phát triển bởi rleonen, và tính năng chính của nó là "Extension that makes the news easier to read for liberals and progressives.".

Ả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 Ridiculer

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

                        If you are unhappy about the results of the 2016 election, this extension will make the news a little bit easier to read. Replaces select terms with other, more appropriate ones. Good for a laugh or two. Install and read the news as you normally do. Continuously updated with new replacement text.                    

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

Tên the Ridiculer the Ridiculer
ID djkfmdnmmbddamdmfcecbepcpjidpohf
URL Chính Thức https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf
Mô tả Extension that makes the news easier to read for liberals and progressives.
Kích Thước Tệp 8.84 KB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-03-12
Ngày Phát Hành 2016-12-06
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển rleonen
Email [email protected]
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": "the Ridiculer",
    "author": "ralph leonen",
    "version": "1.3",
    "description": "Extension that makes the news easier to read for liberals and progressives.",
    "icons": {
        "16": "images\/ridiculer16.png",
        "48": "images\/ridiculer48.png",
        "128": "images\/ridiculer128.png"
    },
    "short_name": "ridiculer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}