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": "EA Damage Filter", "version": "1.05", "description": "\u30a8\u30b3\u30ea\u30f3\u30b0\u30aa\u30fc\u30af\u30b7\u30e7\u30f3\u306e\u5546\u54c1\u3092\u6761\u4ef6\u306b\u5fdc\u3058\u3066\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u3057\u307e\u3059", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.ecoauc.com\/client\/auctions\/*", "https:\/\/www.ecoauc.com\/client\/timelimit-auctions*", "https:\/\/www.ecoauc.com\/client\/auction-items\/*", "https:\/\/www.ecoauc.com\/client\/mylist*" ], "js": [ "content\/content.js" ] } ], "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/www.ecoauc.com\/*", "https:\/\/identitytoolkit.googleapis.com\/*", "https:\/\/securetoken.googleapis.com\/*" ] }