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是由Mint Developers開發的Chrome擴展程式,該擴展的主要功能是“Click the extension to filter product lists on Amazon by excluding third-party sellers.”。

擴展截圖

screenshot

下載Amazon Only No Third Party Seller擴展crx文件

下載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
官方網址 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"
    }
}