Duckify
This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Co to jest Duckify?
Duckify to rozszerzenie Chrome opracowane przez devon.wieczorek93, a jego główną funkcją jest „This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duckify
Pobierz pliki rozszerzeń Duckify 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 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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | afjeijkfobmcgjpflphnpcbbflkjipll |
Oficjalny URL | https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll |
Opis | This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too! |
Rozmiar pliku | 89.47 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-07-11 |
Data Publikacji | 2016-07-11 |
Deweloper | devon.wieczorek93 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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", "*:\/\/*\/*" ] } |