Drumpfinator+

Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!

Drumpfinator+ là gì?

Drumpfinator+ là một tiện ích mở rộng Chrome được phát triển bởi mark.monteiro.dev, và tính năng chính của nó là "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!".

Ả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 Drumpfinator+

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

                        Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name.

Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey

Source code can be found here: https://github.com/mark-monteiro/drumpfinator                    

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

Tên Drumpfinator+ Drumpfinator+
ID bjimekmhhbmpblaifnbeingfpbipbppg
URL Chính Thức https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg
Mô tả Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
Kích Thước Tệp 31.07 KB
Số Lần Cài Đặt 218
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2018-03-11
Ngày Phát Hành 2018-03-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển mark.monteiro.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mark-monteiro/drumpfinator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drumpfinator+",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!",
    "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}