WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Amazonセールフィルター

Amazonセールフィルター

View on Chrome Web Store
View Amazonセールフィルター Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Amazonのセール品や割引商品といったお買い得商品のみを表示するフィルター機能を提供します.
Type
Extension
Users
44 users
1
jojonki
View author page of jojonki
Published
Published on July 25, 2021
Version 0.1.2
Manifest version
3
Updated
Updated on August 1, 2021
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Amazonセールフィルター Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon\u30bb\u30fc\u30eb\u30d5\u30a3\u30eb\u30bf\u30fc",
    "description": "Amazon\u306e\u30bb\u30fc\u30eb\u54c1\u3084\u5272\u5f15\u5546\u54c1\u3068\u3044\u3063\u305f\u304a\u8cb7\u3044\u5f97\u5546\u54c1\u306e\u307f\u3092\u8868\u793a\u3059\u308b\u30d5\u30a3\u30eb\u30bf\u30fc\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\uff0e",
    "version": "0.1.2",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.jp\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "switch.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "sale-filter-toggle": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Sale Show\/Hide",
            "global": false
        }
    },
    "icons": {
        "16": "img\/asf.png",
        "24": "img\/asf.png",
        "32": "img\/asf.png",
        "48": "img\/asf.png",
        "128": "img\/asf.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top