Amazon 3rd party seller filter
Filter out products sold by third-party sellers from Amazon search results.
Amazon 3rd party seller filter क्या है?
Amazon 3rd party seller filter https://shufo.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter out products sold by third-party sellers from Amazon search results."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon 3rd party seller filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Currently supported amazon regions: - US, JP, UK, DE, FR, CA, SE, IT, BE, NL, PL, ES, MX, BR, TR, AU, AE ## Usage 1. Navigate to one of the supported Amazon sites. 2. The extension is active by default - start searching!. 1. Click the extension icon to disable it - the icon will then be greyed out.
एक्सटेंशन की मूल जानकारी
नाम | Amazon 3rd party seller filter |
ID | gmfbegokkdolaokghlfnohddllgbbohd |
आधिकारिक URL | https://chromewebstore.google.com/detail/amazon-3rd-party-seller-f/gmfbegokkdolaokghlfnohddllgbbohd |
विवरण | Filter out products sold by third-party sellers from Amazon search results. |
फ़ाइल का आकार | 28.83 KB |
स्थापना संख्या | 4,274 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2024-01-23 |
प्रकाशन तिथि | 2021-01-23 |
रेटिंग | 4.70/5 कुल 10 रेटिंग्स |
डेवलपर | https://shufo.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/shufo/amazon-3rd-party-seller-filter |
सहायता पृष्ठ URL | https://github.com/shufo/amazon-3rd-party-seller-filter |
समर्थित भाषाएँ | de,en,fr,nl,tr,es,it,pl,pt-BR,sv,ru,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.4.1", "description": "__MSG_appDesc__", "manifest_version": 3, "minimum_chrome_version": "92", "default_locale": "en", "background": { "service_worker": ".\/src\/js\/background.js", "type": "module" }, "host_permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.com.be\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.ae\/*" ], "action": { "default_icon": "icon\/favicon-32x32_off.png", "default_title": "__MSG_appTitle__" }, "icons": { "16": "icon\/favicon-16x16.png", "32": "icon\/favicon-32x32.png", "96": "icon\/favicon-96x96.png" } } |