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_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.50",
"manifest_version": 3,
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
},
"host_permissions": [
"https:\/\/*.openai.com\/",
"https:\/\/*.meetxcc.app\/",
"https:\/\/bard.google.com\/",
"http:\/\/127.0.0.1:4000\/",
"http:\/\/localhost:3000\/",
"https:\/\/api.mixpanel.com\/",
"https:\/\/www.google-analytics.com\/*",
"https:\/\/*.zoom.us\/",
"https:\/\/*.zoom.com\/",
"https:\/\/teams.live.com\/*"
],
"permissions": [
"storage",
"cookies"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*",
"*:\/\/*.zoom.us\/*",
"*:\/\/teams.live.com\/*"
],
"js": [
"content-script.js"
],
"css": [
"content-script.css"
]
},
{
"matches": [
"*:\/\/meet.google.com\/*"
],
"js": [
"injector.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.zoom.us\/*"
],
"js": [
"zoom_injector.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/teams.live.com\/*"
],
"js": [
"msteam_injector.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"meet_helper.js",
"zoom_helper.js",
"html2canvas.min.js",
"mixpanel.js",
"mixpanel-2-latest.min.js",
"v2\/35536E1E-65B4-4D96-9D97-6ADB7EFF8147\/api.js",
"msteam_helper.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0"
},
"edge": {
"extension_id": "nhomcdhhlpjelhmjppkcdhoejehbkodd"
}
}
}