DonaldTheDuck Browser Extension

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

Co to jest DonaldTheDuck Browser Extension?

DonaldTheDuck Browser Extension to rozszerzenie Chrome opracowane przez dimitry, a jego główną funkcją jest „This extension replaces all mentions and images of Donald Trump with Donald Duck”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia DonaldTheDuck Browser Extension

Pobierz pliki rozszerzeń DonaldTheDuck Browser Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
Oficjalny URL https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
Opis This extension replaces all mentions and images of Donald Trump with Donald Duck
Rozmiar pliku 1.38 MB
Liczba instalacji 17
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-27
Data Publikacji 2016-11-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper dimitry
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}