Donald Hamburgler

Replace Trump with Hamburgler to make the news easier to read

Donald Hamburgler là gì?

Donald Hamburgler là một tiện ích mở rộng Chrome được phát triển bởi dceu, và tính năng chính của nó là "Replace Trump with Hamburgler to make the news easier to read".

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

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

                        Making the news easier to read. Science.

https://github.com/rxall/donald-hamburgler                    

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

Tên Donald Hamburgler Donald Hamburgler
ID eeokommaohmmdicndonhmkaagpcjjihl
URL Chính Thức https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl
Mô tả Replace Trump with Hamburgler to make the news easier to read
Kích Thước Tệp 42.51 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2015-12-21
Ngày Phát Hành 2015-12-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dceu
Loại Thanh Toán free
Trang Web Mở Rộng https://www.danclifford.eu
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Hamburgler",
    "description": "Replace Trump with Hamburgler to make the news easier to read",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}