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

什么是Thuisbezorgd.nl Enhancer?

Thuisbezorgd.nl Enhancer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)”。

扩展截图

screenshot

下载Thuisbezorgd.nl Enhancer扩展crx文件

下载Thuisbezorgd.nl Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Thuisbezorgd.nl Enhancer Thuisbezorgd.nl Enhancer
ID bhfhmgcibbkeikgohbfmjimlgillkclp
官方URL https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp
简介 Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)
文件大小 15.1 KB
安装次数 20
当前版本 1.0.1
更新时间 2019-04-03
上架时间 2019-04-03
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
帮助页面URL https://www.radishconcepts.com/
支持的语言 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"
    }
}