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

Vad är Thuisbezorgd.nl Enhancer?

Thuisbezorgd.nl Enhancer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)".

Tilläggsskärmbilder

screenshot

Ladda ner Thuisbezorgd.nl Enhancer-förlängningens CRX-fil

Ladda ner Thuisbezorgd.nl Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Thuisbezorgd.nl Enhancer Thuisbezorgd.nl Enhancer
ID bhfhmgcibbkeikgohbfmjimlgillkclp
Officiell webbadress https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp
Beskrivning Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)
Filstorlek 15.1 KB
Antal Installationer 20
Aktuell Version 1.0.1
Senast Uppdaterad 2019-04-03
Publiceringsdatum 2019-04-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Hjälpsida URL https://www.radishconcepts.com/
Stödda Språk 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"
    }
}