WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YA Bids Filter

YA Bids Filter

View on Chrome Web Store
View YA Bids Filter 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.

ヤフオクで入札数を指定し商品を非表示にする拡張機能
Type
Extension
Users
5 users
3
KM Engineering
View author page of KM Engineering
Published
Published on October 27, 2024
Version 1.03
Manifest version
3
Updated
Updated on October 31, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View YA Bids Filter 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": "YA Bids Filter",
    "version": "1.03",
    "description": "\u30e4\u30d5\u30aa\u30af\u3067\u5165\u672d\u6570\u3092\u6307\u5b9a\u3057\u5546\u54c1\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/auctions.yahoo.co.jp\/*",
        "https:\/\/identitytoolkit.googleapis.com\/*",
        "https:\/\/securetoken.googleapis.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/auctions.yahoo.co.jp\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/yahooac_0_icon16.png",
            "48": "images\/yahooac_0_icon48.png",
            "128": "images\/yahooac_0_icon128.png"
        }
    },
    "icons": {
        "16": "images\/yahooac_0_icon16.png",
        "48": "images\/yahooac_0_icon48.png",
        "128": "images\/yahooac_0_icon128.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