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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "4.1.0",
"icons": {
"16": "icon\/icon-16.png",
"32": "icon\/icon-32.png",
"48": "icon\/icon-48.png",
"96": "icon\/icon-96.png",
"128": "icon\/icon-128.png"
},
"default_locale": "en",
"permissions": [
"contextMenus",
"downloads",
"storage",
"tabs",
"activeTab",
"scripting",
"sidePanel"
],
"optional_host_permissions": [
"<all_urls>"
],
"host_permissions": [
"*:\/\/notebooklm.google.com\/*",
"*:\/\/www.youtube.com\/*"
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/docs.google.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/notebooklm.google.com\/*",
"https:\/\/www.perplexity.ai\/*"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}