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 Generator \u2013 Powered by ChatGPT",
"version": "1.1.5",
"description": "Transcribe YouTube videos and create AI-powered summaries. Simple, accurate, and free.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*",
"https:\/\/openrouter.ai\/*",
"https:\/\/chrome.ytmaster.pro\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/watch*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"author": "YTMaster Pro",
"homepage_url": "https:\/\/chrome.ytmaster.pro",
"short_name": "YT Transcript AI"
}