Duckify

This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!

Hvad er Duckify?

Duckify er en Chrome-udvidelse udviklet af devon.wieczorek93, og dens hovedfunktion er "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Duckify-udvidelses-CRX-fil

Download Duckify-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 your news pages being filled with America's most villainous Presidential Candidate? Duckify allows you to remove any instance of him from the web and replace it with everyone's favorite duck!

New version includes image swap and updated search criteria.

Feel free to contact me with any suggestions or feedback! (Developer feedback is especially helpful). Of course, if you'd like to modify this extension or build on top of it, hack away!                    

Grundlæggende oplysninger om udvidelsen

Navn Duckify Duckify
ID afjeijkfobmcgjpflphnpcbbflkjipll
Officiel URL https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll
Beskrivelse This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Filstørrelse 89.47 KB
Antal Installationer 14
Nuværende Version 1.1
Senest Opdateret 2016-07-11
Udgivelsesdato 2016-07-11
Udvikler devon.wieczorek93
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duckify",
    "description": "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Duckify"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "text.js",
                "image.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "*:\/\/*\/*"
    ]
}