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": "__MSG_extName__",
"version": "1.0.2",
"description": "__MSG_extDesc__",
"default_locale": "en",
"permissions": [
"activeTab",
"downloads",
"storage",
"sidePanel"
],
"host_permissions": [
"https:\/\/cdn.openai.com\/*",
"https:\/\/videos.openai.com\/*"
],
"action": {
"default_title": "Open Sora Video Downloader",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/openai.com\/*",
"https:\/\/sora.com\/*",
"https:\/\/sora.com\/library*",
"https:\/\/sora.com\/explore*",
"https:\/\/sora.com\/g\/*",
"https:\/\/sora.chatgpt.com\/library*",
"https:\/\/sora.chatgpt.com\/explore*",
"https:\/\/sora.chatgpt.com\/g\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"sidepanel.css",
"i18n.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}