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.".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
    }
}