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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thuisbezorgd.nl Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |