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 :-)”。
擴展截圖
下載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 :-)
擴展基本資訊
名稱 | |
ID | bhfhmgcibbkeikgohbfmjimlgillkclp |
官方網址 | 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" } } |