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": "Audio Drama Subtitle Loader", "version": "1.4.0", "icons": { "16": "M-16.png", "48": "M-48.png", "128": "M-128.png" }, "description": "Load soft subtitles for audio drama websites.", "action": { "default_icon": { "16": "M-16.png", "24": "M-48.png", "32": "M-128.png" }, "default_title": "Click Me", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.missevan.com\/sound\/player?id=*" ], "run_at": "document_idle", "js": [ "content.js" ], "css": [ "icon.css" ] } ] }