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 là gì?
Thuisbezorgd.nl Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Thuisbezorgd.nl Enhancer
Tải xuống các tệp mở rộng Thuisbezorgd.nl Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Deze extension verbergt gesloten restaurants op thuisbezorgd.nl. Vet handig, omdat ze zelf nog niet zo'n filter hebben :-)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bhfhmgcibbkeikgohbfmjimlgillkclp |
URL Chính Thức | https://chromewebstore.google.com/detail/thuisbezorgdnl-enhancer/bhfhmgcibbkeikgohbfmjimlgillkclp |
Mô tả | Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-) |
Kích Thước Tệp | 15.1 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-04-03 |
Ngày Phát Hành | 2019-04-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.radishconcepts.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |