Close the tab automatically once you join your meeting
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Close the tab automatically once you join your meeting",
"homepage_url": "https://github.com/grrttedwards/zoom-tab-closer",
"manifest_version": 2,
"name": "Tab Closer for Zoom",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icon-128.png"
},
"version": "0.3.5"
}