AmazonSeller Filter

amazon seller filter of amazon.co.jp

What is AmazonSeller Filter?

AmazonSeller Filter is a Chrome extension developed by 765_gz, and its main feature is "amazon seller filter of amazon.co.jp".

Extension Screenshots

screenshot

Download AmazonSeller Filter Extension CRX File

Download AmazonSeller Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        2023/05/16 リダイレクトバグ修正(画面描画後リダイレクトするように変更が入ったので多少使いづらいと思います。)

注意* Prime Video の検索がおかしくなるバグがあります、Prime Videoを対象とする検索をする際はアイコンをクリックしてOFF状態にして使用してください。

Amazon.co.jp用、Amazon.co.jpが販売、発送(マケプレ除外)する商品のみを表示する拡張機能。

アイコンをクリックすることでON(オレンジ)/OFF(灰色)の切り替えが可能です。

source: https://github.com/quikky/chrome-extension-amazon_seller-filter                    

Extension Basic Information

Name AmazonSeller Filter AmazonSeller Filter
ID apmbaomfhdbgpadahpbafpjgbhhcdege
Official URL https://chrome.google.com/webstore/detail/apmbaomfhdbgpadahpbafpjgbhhcdege
Description amazon seller filter of amazon.co.jp
File Size 12.42 KB
Installation Count 39,100
Current Version 0.1.0
Last Updated 2023-05-15
Publish Date 2019-08-01
Rating 3.71/5 Total 24 Ratings
Developer 765_gz
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/765_gz
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AmazonSeller Filter",
    "version": "0.1.0",
    "description": "amazon seller filter of amazon.co.jp",
    "icons": {
        "128": "icons\/on2.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "scripting",
        "activeTab",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.co.jp\/"
    ]
}