Ebay Price Range Hider
This page will hide all products that are listed with a price range: $$ to $$
ما هو Ebay Price Range Hider؟
Ebay Price Range Hider هو إضافة Chrome تم تطويرها بواسطة ropeney، والميزة الرئيسية لها هي "This page will hide all products that are listed with a price range: $$ to $$".
تحميل ملف CRX للإضافة Ebay Price Range Hider
قم بتنزيل ملفات الامتداد Ebay Price Range Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hide the items that have price ranges on them from your EBay feed list.
معلومات أساسية عن التمديد
الاسم | |
ID | nokajihphgnfpjmanbbnbimdcbnbmoac |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ebay-price-range-hider/nokajihphgnfpjmanbbnbimdcbnbmoac |
الوصف | This page will hide all products that are listed with a price range: $$ to $$ |
حجم الملف | 34.06 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-05-11 |
تاريخ النشر | 2018-05-11 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ropeney |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ebay Price Range Hider", "description": "This page will hide all products that are listed with a price range: $$ to $$", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.cn\/*", "https:\/\/*.ebay.cz\/*", "https:\/\/*.ebay.dk\/*", "https:\/\/*.ebay.fi\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.gr\/*", "https:\/\/*.ebay.hk\/*", "https:\/\/*.ebay.hu\/*", "https:\/\/*.ebay.in\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.co.kr\/*", "https:\/\/*.ebay.my\/*", "https:\/\/*.ebay.com.mx\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.no\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.pt\/*", "https:\/\/*.ebay.ru\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.vn\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.co.th\/*", "https:\/\/*.ebay.co.uk\/*" ], "js": [ "jquery.min.js", "hide.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |