Donald Hamburgler
Replace Trump with Hamburgler to make the news easier to read
Co to jest Donald Hamburgler?
Donald Hamburgler to rozszerzenie Chrome opracowane przez dceu, a jego główną funkcją jest „Replace Trump with Hamburgler to make the news easier to read”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Donald Hamburgler
Pobierz pliki rozszerzeń Donald Hamburgler 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
Making the news easier to read. Science. https://github.com/rxall/donald-hamburgler
Podstawowe informacje o rozszerzeniu
Nazwa | Donald Hamburgler |
ID | eeokommaohmmdicndonhmkaagpcjjihl |
Oficjalny URL | https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl |
Opis | Replace Trump with Hamburgler to make the news easier to read |
Rozmiar pliku | 42.51 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2015-12-21 |
Data Publikacji | 2015-12-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | dceu |
Typ Płatności | free |
Strona Rozszerzenia | https://www.danclifford.eu |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Hamburgler", "description": "Replace Trump with Hamburgler to make the news easier to read", "version": "0.6", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |