Target Only No Third Party Sellers
Click the extension to filter product lists on target.com by excluding third-party sellers.
ما هو Target Only No Third Party Sellers؟
Target Only No Third Party Sellers هو إضافة Chrome تم تطويرها بواسطة Mint Developers، والميزة الرئيسية لها هي "Click the extension to filter product lists on target.com by excluding third-party sellers.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Target Only No Third Party Sellers
قم بتنزيل ملفات الامتداد Target Only No Third Party Sellers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you search products on target.com, do you sometimes want to see only products sold by Target, not by third party sellers? This extension does the filtering for you.
معلومات أساسية عن التمديد
الاسم | Target Only No Third Party Sellers |
ID | gehbhphmdmkddihgehnfmcdaedeifmhc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc |
الوصف | Click the extension to filter product lists on target.com by excluding third-party sellers. |
حجم الملف | 7.31 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 1 |
آخر تحديث | 2021-06-21 |
تاريخ النشر | 2021-06-20 |
المطور | Mint Developers |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/nonfiltered16.png", "48": "icons\/nonfiltered48.png", "128": "icons\/nonfiltered128.png" }, "default_title": "Click the extension to exclude third party sellers on target.com." }, "description": "Click the extension to filter product lists on target.com by excluding third-party sellers.", "manifest_version": 2, "name": "Target Only No Third Party Sellers", "permissions": [ "*:\/\/*.target.com\/*" ], "version": "1" } |