No More MarketPlace
Search Results on TheWarehouse.co.nz will not show marketplace items by default
ما هو No More MarketPlace؟
No More MarketPlace هو إضافة Chrome تم تطويرها بواسطة 2ofeverybug، والميزة الرئيسية لها هي "Search Results on TheWarehouse.co.nz will not show marketplace items by default".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No More MarketPlace
قم بتنزيل ملفات الامتداد No More MarketPlace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Set online orders / 3rd party sellers off by default in search results on thewarehouse.co.nz
معلومات أساسية عن التمديد
الاسم | No More MarketPlace |
ID | febnmhgkigdhepahofkknlfhbegkplcb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-more-marketplace/febnmhgkigdhepahofkknlfhbegkplcb |
الوصف | Search Results on TheWarehouse.co.nz will not show marketplace items by default |
حجم الملف | 35.03 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-01-17 |
تاريخ النشر | 2023-01-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | 2ofeverybug |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No More MarketPlace ", "manifest_version": 3, "version": "1.1", "description": "Search Results on TheWarehouse.co.nz will not show marketplace items by default", "host_permissions": [ "https:\/\/*.thewarehouse.co.nz\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "popupevent", "default_popup": "popup.html" }, "icons": { "16": "\/icons\/icon16.png", "38": "\/icons\/icon38.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "declarativeNetRequest", "storage", "*:\/\/thewarehouse.co.nz\/*" ] } |