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": "MB YouTube Video - AI Insights",
"version": "2.0",
"description": "Get complete YouTube videos insights generated by OpenAI.",
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/mbytiapi.almost-magical.com\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"default_title": "MB YouTube Video Transcriptor"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js",
"chart.js"
],
"css": [
"styles.css"
]
}
],
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
}