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 :-)

Cos'è Thuisbezorgd.nl Enhancer?

Thuisbezorgd.nl Enhancer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Thuisbezorgd.nl Enhancer

Scarica i file di estensione Thuisbezorgd.nl Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Thuisbezorgd.nl Enhancer Thuisbezorgd.nl Enhancer
ID bhfhmgcibbkeikgohbfmjimlgillkclp
URL Ufficiale https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp
Descrizione Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)
Dimensione del File 15.1 KB
Conteggio Installazioni 20
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-04-03
Data di Pubblicazione 2019-04-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.radishconcepts.com/
Lingue Supportate 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"
    }
}