Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.0.2",
"manifest_version": 3,
"permissions": [
"identity",
"identity.email",
"storage"
],
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"action": {
"default_icon": {
"48": "images\/48.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"contentscript\/index.bundle.js"
],
"css": [
"contentscript\/yt_ai_summary.css"
],
"all_frames": false
}
],
"icons": {
"48": "images\/48.png"
}
}