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é es Thuisbezorgd.nl Enhancer?

Thuisbezorgd.nl Enhancer es una extensión de Chrome desarrollada por Unknown, y su función principal es "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Thuisbezorgd.nl Enhancer

Descarga archivos de extensión Thuisbezorgd.nl Enhancer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Deze extension verbergt gesloten restaurants op thuisbezorgd.nl. Vet handig, omdat ze zelf nog niet zo'n filter hebben :-)                    

Información Básica de la Extensión

Nombre Thuisbezorgd.nl Enhancer Thuisbezorgd.nl Enhancer
ID bhfhmgcibbkeikgohbfmjimlgillkclp
URL Oficial https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp
Descripción Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)
Tamaño del Archivo 15.1 KB
Cantidad de Instalaciones 20
Versión Actual 1.0.1
Última Actualización 2019-04-03
Fecha de Publicación 2019-04-03
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
URL de la Página de Ayuda https://www.radishconcepts.com/
Idiomas Soportados 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"
    }
}