Duckify

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

Co je Duckify?

Duckify je rozšíření Chrome vyvinuté devon.wieczorek93, a jeho hlavní funkcí je „This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Duckify

Stáhněte si soubory rozšíření Duckify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Duckify Duckify
ID afjeijkfobmcgjpflphnpcbbflkjipll
Oficiální URL https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll
Popis This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Velikost souboru 89.47 KB
Počet instalací 14
Aktuální Verze 1.1
Poslední Aktualizace 2016-07-11
Datum Vydání 2016-07-11
Vývojář devon.wieczorek93
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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",
        "*:\/\/*\/*"
    ]
}