Duckify

This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!

Duckify là gì?

Duckify là một tiện ích mở rộng Chrome được phát triển bởi devon.wieczorek93, và tính năng chính của nó là "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Duckify 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 your news pages being filled with America's most villainous Presidential Candidate? Duckify allows you to remove any instance of him from the web and replace it with everyone's favorite duck!

New version includes image swap and updated search criteria.

Feel free to contact me with any suggestions or feedback! (Developer feedback is especially helpful). Of course, if you'd like to modify this extension or build on top of it, hack away!                    

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

Tên Duckify Duckify
ID afjeijkfobmcgjpflphnpcbbflkjipll
URL Chính Thức https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll
Mô tả This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Kích Thước Tệp 89.47 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-07-11
Ngày Phát Hành 2016-07-11
Nhà Phát Triển devon.wieczorek93
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duckify",
    "description": "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Duckify"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "text.js",
                "image.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "*:\/\/*\/*"
    ]
}