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 Creator Tools \u2013 Sora Video Stats, Post Analytics, Views Tracker",
"version": "1.1.5",
"description": "Powerful overlays for video view stats, Dashboard mode for deeper insights, Analysis mode for Top feed analysis, and more!",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"api.js",
"inject.js",
"dashboard.html"
],
"matches": [
"https:\/\/sora.chatgpt.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/sora.chatgpt.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https:\/\/sora.chatgpt.com\/*"
],
"permissions": [
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "background.js"
}
}