Drumpfinator+
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
Co to jest Drumpfinator+?
Drumpfinator+ to rozszerzenie Chrome opracowane przez mark.monteiro.dev, a jego główną funkcją jest „Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Drumpfinator+
Pobierz pliki rozszerzeń Drumpfinator+ 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 seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name. Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey Source code can be found here: https://github.com/mark-monteiro/drumpfinator
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bjimekmhhbmpblaifnbeingfpbipbppg |
Oficjalny URL | https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg |
Opis | Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! |
Rozmiar pliku | 31.07 KB |
Liczba instalacji | 218 |
Aktualna Wersja | 1.1.8 |
Ostatnia Aktualizacja | 2018-03-11 |
Data Publikacji | 2018-03-11 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | mark.monteiro.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mark-monteiro/drumpfinator |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drumpfinator+", "version": "1.1.8", "manifest_version": 2, "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!", "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |