DonaldTheDuck Browser Extension

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

Qu'est-ce que DonaldTheDuck Browser Extension ?

DonaldTheDuck Browser Extension est une extension Chrome développée par dimitry, et sa fonction principale est "This extension replaces all mentions and images of Donald Trump with Donald Duck".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DonaldTheDuck Browser Extension

Téléchargez les fichiers d'extension DonaldTheDuck Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DonaldTheDuck Browser Extension DonaldTheDuck Browser Extension
ID hbaodmapbjfloappbhnnbclgiifhhpkc
URL Officiel https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc
Description This extension replaces all mentions and images of Donald Trump with Donald Duck
Taille du Fichier 1.38 MB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-27
Date de Publication 2016-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur dimitry
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}