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",
"name": "Speedie AI - Youtube Video Summary expert",
"description": "AI generated summary for YouTube videos. Unlimited summaries, support different languages.",
"version": "1.0.5",
"manifest_version": 3,
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"storage",
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?*",
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}