Amazon Only No Third Party Seller

Click the extension to filter product lists on Amazon by excluding third-party sellers.

¿Qué es Amazon Only No Third Party Seller?

Amazon Only No Third Party Seller es una extensión de Chrome desarrollada por Mint Developers, y su función principal es "Click the extension to filter product lists on Amazon by excluding third-party sellers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Amazon Only No Third Party Seller

Descarga archivos de extensión Amazon Only No Third Party Seller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 :)                    

Información Básica de la Extensión

Nombre Amazon Only No Third Party Seller Amazon Only No Third Party Seller
ID dlhfoonhibklalmcfagfcnacegdgbdgm
URL Oficial https://chromewebstore.google.com/detail/amazon-only-no-third-part/dlhfoonhibklalmcfagfcnacegdgbdgm
Descripción Click the extension to filter product lists on Amazon by excluding third-party sellers.
Tamaño del Archivo 18.73 KB
Cantidad de Instalaciones 1,512
Versión Actual 9
Última Actualización 2023-06-26
Fecha de Publicación 2018-12-27
Calificación 3.60/5 Total de 15 Calificaciones
Desarrollador Mint Developers
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}