DonaldTheDuck Browser Extension

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

Hvad er DonaldTheDuck Browser Extension?

DonaldTheDuck Browser Extension er en Chrome-udvidelse udviklet af dimitry, og dens hovedfunktion er "This extension replaces all mentions and images of Donald Trump with Donald Duck".

Udvidelsesskærmbilleder

screenshot
screenshot

Download DonaldTheDuck Browser Extension-udvidelses-CRX-fil

Download DonaldTheDuck Browser Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
Officiel URL https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
Beskrivelse This extension replaces all mentions and images of Donald Trump with Donald Duck
Filstørrelse 1.38 MB
Antal Installationer 17
Nuværende Version 1.0
Senest Opdateret 2016-11-27
Udgivelsesdato 2016-11-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler dimitry
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}