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",
"description": "Save time by watching long videos, generate key insights and subtitles",
"version": "0.2.0",
"manifest_version": 3,
"name": "Suinfy: AI Youtube Summarizer",
"background": {
"service_worker": "background.bundle.js"
},
"icons": {
"128": "icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*",
"https:\/\/www.youtu.be\/*",
"https:\/\/youtu.be\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"permissions": [
"tabs"
]
}