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": "Sora Video Downloader", "version": "1.0.0", "description": "Download video from Sora", "permissions": [], "host_permissions": [], "icons": { "32": "icons\/32.png", "128": "icons\/logo.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/sora.com\/*", "https:\/\/sora.com\/explore\/recent", "https:\/\/sora.com\/explore\/featured", "https:\/\/sora.com\/library\/saved", "https:\/\/sora.com\/g\/*" ], "js": [ "content_sora.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "128": "icons\/logo.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "popup.html", "icons\/*", "js\/sora_inject.js", "popup.js" ], "matches": [ "*:\/\/*\/*" ] } ] }