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

What is Thuisbezorgd.nl Enhancer?

Thuisbezorgd.nl Enhancer is a Chrome extension developed by Unknown, and its main feature is "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)".

Extension Screenshots

screenshot

Download Thuisbezorgd.nl Enhancer Extension CRX File

Download Thuisbezorgd.nl Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Thuisbezorgd.nl Enhancer Thuisbezorgd.nl Enhancer
ID bhfhmgcibbkeikgohbfmjimlgillkclp
Official URL 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 :-)
File Size 15.1 KB
Installation Count 20
Current Version 1.0.1
Last Updated 2019-04-03
Publish Date 2019-04-03
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Help Page URL https://www.radishconcepts.com/
Supported Languages 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"
    }
}