DonaldTheDuck Browser Extension

This extension replaces all mentions and images of Donald Trump with Donald Duck

DonaldTheDuck Browser Extension là gì?

DonaldTheDuck Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi dimitry, và tính năng chính của nó là "This extension replaces all mentions and images of Donald Trump with Donald Duck".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng DonaldTheDuck Browser Extension 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 all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.                    

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

Tên DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
URL Chính Thức https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
Mô tả This extension replaces all mentions and images of Donald Trump with Donald Duck
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-27
Ngày Phát Hành 2016-11-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dimitry
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": "DonaldTheDuck Browser Extension",
    "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck",
    "version": "1.0",
    "icons": {
        "400": "assets\/icon.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "assets\/mezr.min.js",
                "includes\/constants.js",
                "includes\/utils.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}