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 :-)
Qu'est-ce que Thuisbezorgd.nl Enhancer ?
Thuisbezorgd.nl Enhancer est une extension Chrome développée par Unknown, et sa fonction principale est "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thuisbezorgd.nl Enhancer
Téléchargez les fichiers d'extension Thuisbezorgd.nl Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Deze extension verbergt gesloten restaurants op thuisbezorgd.nl. Vet handig, omdat ze zelf nog niet zo'n filter hebben :-)
Informations de Base sur l'Extension
Nom | |
ID | bhfhmgcibbkeikgohbfmjimlgillkclp |
URL Officiel | https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp |
Description | Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-) |
Taille du Fichier | 15.1 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-04-03 |
Date de Publication | 2019-04-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
URL de la Page d'Aide | https://www.radishconcepts.com/ |
Langues Prises en Charge | 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" } } |