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 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" } }