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": "AN Filter", "version": "2.00", "description": "AUCNET\u306e\u5546\u54c1\u3092\u6307\u5b9a\u6761\u4ef6\u3067\u8868\u793a\/\u975e\u8868\u793a\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/e-auc.brand-auc.com\/*", "https:\/\/identitytoolkit.googleapis.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/e-auc.brand-auc.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/an_filter_icon16.png", "48": "images\/an_filter_icon48.png", "128": "images\/an_filter_icon128.png" } }, "icons": { "16": "images\/an_filter_icon16.png", "48": "images\/an_filter_icon48.png", "128": "images\/an_filter_icon128.png" } }