Amazon Only No Third Party Seller
Click the extension to filter product lists on Amazon by excluding third-party sellers.
Τι είναι το Amazon Only No Third Party Seller;
Το Amazon Only No Third Party Seller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mint Developers, και η κύρια λειτουργία του είναι "Click the extension to filter product lists on Amazon by excluding third-party sellers.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazon Only No Third Party Seller
Λήψη αρχείων επέκτασης Amazon Only No Third Party Seller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When you search products on Amazon, do you sometimes want to see only products sold by Amazon.com, not by third party sellers? This extension does the filtering for you. Currently the extension only works for the US. We are working to support other countries. Please do not give us low ratings for not yet supporting other countries :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Amazon Only No Third Party Seller |
ID | dlhfoonhibklalmcfagfcnacegdgbdgm |
Επίσημο URL | https://chromewebstore.google.com/detail/amazon-only-no-third-part/dlhfoonhibklalmcfagfcnacegdgbdgm |
Περιγραφή | Click the extension to filter product lists on Amazon by excluding third-party sellers. |
Μέγεθος Αρχείου | 18.73 KB |
Αριθμός Εγκαταστάσεων | 1,512 |
Τρέχουσα Έκδοση | 9 |
Τελευταία Ενημέρωση | 2023-06-26 |
Ημερομηνία Δημοσίευσης | 2018-12-27 |
Αξιολόγηση | 3.60/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | Mint Developers |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" }, "default_title": "Click the extension to exclude third party sellers on any product list pages on Amazon (e.g. search results). The icon changes if the exclusion succeeds." }, "description": "Click the extension to filter product lists on Amazon by excluding third-party sellers.", "manifest_version": 3, "name": "Amazon Only No Third Party Seller", "host_permissions": [ "http:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com\/*" ], "permissions": [ "webRequest" ], "version": "9", "icons": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" } } |