Amazon Only No Third Party Seller
Click the extension to filter product lists on Amazon by excluding third-party sellers.
Qu'est-ce que Amazon Only No Third Party Seller ?
Amazon Only No Third Party Seller est une extension Chrome développée par Mint Developers, et sa fonction principale est "Click the extension to filter product lists on Amazon by excluding third-party sellers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Only No Third Party Seller
Téléchargez les fichiers d'extension Amazon Only No Third Party Seller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | Amazon Only No Third Party Seller |
ID | dlhfoonhibklalmcfagfcnacegdgbdgm |
URL Officiel | https://chromewebstore.google.com/detail/amazon-only-no-third-part/dlhfoonhibklalmcfagfcnacegdgbdgm |
Description | Click the extension to filter product lists on Amazon by excluding third-party sellers. |
Taille du Fichier | 18.73 KB |
Nombre d'Installations | 1,512 |
Version Actuelle | 9 |
Dernière Mise à Jour | 2023-06-26 |
Date de Publication | 2018-12-27 |
Évaluation | 3.60/5 Total 15 Évaluations |
Développeur | Mint Developers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |