Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YA Seller Filter", "version": "1.10", "description": "\u30e4\u30d5\u30aa\u30af\u306e\u7279\u5b9a\u306e\u51fa\u54c1\u8005\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.auctions.yahoo.co.jp\/*", "https:\/\/identitytoolkit.googleapis.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/yahooac_seller_icon16.png", "48": "images\/yahooac_seller_icon48.png", "128": "images\/yahooac_seller_icon128.png" } }, "icons": { "16": "images\/yahooac_seller_icon16.png", "48": "images\/yahooac_seller_icon48.png", "128": "images\/yahooac_seller_icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.auctions.yahoo.co.jp\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } }