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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes the most important missing feature on thuisbezorgd.nl: it hides all the closed restaurants, so you won't be deceived again :-)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thuisbezorgd.nl Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |