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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |