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 je Thuisbezorgd.nl Enhancer?
Thuisbezorgd.nl Enhancer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Thuisbezorgd.nl Enhancer
Stáhněte si soubory rozšíření Thuisbezorgd.nl Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Deze extension verbergt gesloten restaurants op thuisbezorgd.nl. Vet handig, omdat ze zelf nog niet zo'n filter hebben :-)
Základní Informace o Rozšíření
Název | |
ID | bhfhmgcibbkeikgohbfmjimlgillkclp |
Oficiální URL | https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp |
Popis | Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-) |
Velikost souboru | 15.1 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2019-04-03 |
Datum Vydání | 2019-04-03 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
URL Stránky Nápovědy | https://www.radishconcepts.com/ |
Podporované Jazyky | 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" } } |