DonaldTheDuck Browser Extension

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

Apa itu DonaldTheDuck Browser Extension?

DonaldTheDuck Browser Extension adalah ekstensi Chrome yang dikembangkan oleh dimitry, dan fitur utamanya adalah "This extension replaces all mentions and images of Donald Trump with Donald Duck".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DonaldTheDuck Browser Extension

Unduh file ekstensi DonaldTheDuck Browser Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
URL Resmi https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
Deskripsi This extension replaces all mentions and images of Donald Trump with Donald Duck
Ukuran File 1.38 MB
Jumlah Instalasi 17
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-27
Tanggal Publikasi 2016-11-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang dimitry
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}