Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tubelator: AI Subtitles, Summaries & Transcript Export for YouTube",
"version": "2.5.3",
"description": "AI subtitles and summary for YouTube videos. Export YouTube transcripts and download subtitles.",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-DDnYhXue.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
],
"css": [
"assets\/content-DoB9h8Hl.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"logo.png",
"tai-page-script.min.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"resources": [
"assets\/types-D2-a_rpy.js",
"assets\/content.tsx-DtsBei2a.js"
],
"use_dynamic_url": false
}
]
}