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": "VidBuddy: AI YouTube Summary with ChatGPT",
"description": "YouTube Summaries Powered by ChatGPT. Quickly grasp essential concepts from lengthy videos \u2014 high quality, instant results.",
"version": "1.1",
"host_permissions": [
"https:\/\/www.youtu.be\/*",
"https:\/\/www.youtube-nocookie.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/youtu.be\/*",
"https:\/\/youtube-nocookie.com\/*",
"https:\/\/youtube.com\/*",
"https:\/\/backend.vidbuddy.app\/*"
],
"action": {
"default_title": "VidBuddy",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"js": [
"videoPage.js"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
}
}