Duckify

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

Vad är Duckify?

Duckify är en Chrome-tillägg utvecklad av devon.wieczorek93, och dess huvudfunktion är "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Duckify-förlängningens CRX-fil

Ladda ner Duckify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Duckify Duckify
ID afjeijkfobmcgjpflphnpcbbflkjipll
Officiell webbadress https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll
Beskrivning This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Filstorlek 89.47 KB
Antal Installationer 14
Aktuell Version 1.1
Senast Uppdaterad 2016-07-11
Publiceringsdatum 2016-07-11
Utvecklare devon.wieczorek93
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        "*:\/\/*\/*"
    ]
}