DonaldTheDuck Browser Extension

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

Was ist DonaldTheDuck Browser Extension?

DonaldTheDuck Browser Extension ist eine Chrome-Erweiterung, die von dimitry entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces all mentions and images of Donald Trump with Donald Duck".

Erweiterungsscreenshots

screenshot
screenshot

DonaldTheDuck Browser Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie DonaldTheDuck Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
Offizielle URL https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
Beschreibung This extension replaces all mentions and images of Donald Trump with Donald Duck
Dateigröße 1.38 MB
Installationsanzahl 17
Aktuelle Version 1.0
Letztes Update 2016-11-27
Veröffentlichungsdatum 2016-11-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dimitry
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}