Thuisbezorgd.nl Enhancer
Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)
Co to jest Thuisbezorgd.nl Enhancer?
Thuisbezorgd.nl Enhancer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Thuisbezorgd.nl Enhancer
Pobierz pliki rozszerzeń Thuisbezorgd.nl Enhancer 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
Deze extension verbergt gesloten restaurants op thuisbezorgd.nl. Vet handig, omdat ze zelf nog niet zo'n filter hebben :-)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bhfhmgcibbkeikgohbfmjimlgillkclp |
Oficjalny URL | https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp |
Opis | Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-) |
Rozmiar pliku | 15.1 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-04-03 |
Data Publikacji | 2019-04-03 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Adres URL Strony Pomocy | https://www.radishconcepts.com/ |
Obsługiwane Języki | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thuisbezorgd.nl Enhancer", "version": "1.0.1", "description": "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.thuisbezorgd.nl\/*" ], "css": [ "css\/style.css" ], "js": [ "scripts\/app.js" ] } ], "page_action": { "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } } |