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": "Youtube Transcript AI Summary",
"default_locale": "en",
"description": "__MSG_extDescription__",
"author": "[email protected]",
"version": "1.2.3",
"icons": {
"128": "images\/icon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"run_at": "document_end",
"all_frames": false,
"js": [
"js\/jquery-3.3.1.min.js",
"config.js",
"helpers.js",
"contents.js"
],
"css": [
"css\/style.css"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
},
{
"run_at": "document_end",
"all_frames": false,
"js": [
"js\/jquery-3.3.1.min.js",
"js\/arrive.min.js",
"chatgpt.js"
],
"css": [
"css\/chatgpt-style.css"
],
"matches": [
"https:\/\/chatgpt.com\/*"
]
},
{
"run_at": "document_end",
"all_frames": false,
"js": [
"js\/jquery-3.3.1.min.js",
"js\/arrive.min.js",
"claude.js"
],
"css": [
"css\/chatgpt-style.css"
],
"matches": [
"https:\/\/claude.ai\/*"
]
},
{
"run_at": "document_end",
"all_frames": false,
"js": [
"js\/jquery-3.3.1.min.js",
"js\/arrive.min.js",
"freeconverting.js"
],
"css": [
"css\/chatgpt-style.css"
],
"matches": [
"https:\/\/spaces-downloader.freeconverting.com\/*"
]
}
],
"action": {
"default_icon": {
"128": "images\/icon.png"
},
"default_title": "Youtube Transcript AI Summary"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"webRequest",
"alarms"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/www.mediafreeware.com\/*",
"https:\/\/www.google-analytics.com\/*",
"https:\/\/spaces-downloader.freeconverting.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"options.html"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
]
}