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 :-)
Hvad er Thuisbezorgd.nl Enhancer?
Thuisbezorgd.nl Enhancer er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)".
Udvidelsesskærmbilleder
Download Thuisbezorgd.nl Enhancer-udvidelses-CRX-fil
Download Thuisbezorgd.nl Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Deze extension verbergt gesloten restaurants op thuisbezorgd.nl. Vet handig, omdat ze zelf nog niet zo'n filter hebben :-)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bhfhmgcibbkeikgohbfmjimlgillkclp |
Officiel URL | https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp |
Beskrivelse | Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-) |
Filstørrelse | 15.1 KB |
Antal Installationer | 20 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2019-04-03 |
Udgivelsesdato | 2019-04-03 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Hjælpeside-URL | https://www.radishconcepts.com/ |
Understøttede Sprog | 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" } } |