
Zoom Success Tab Closer ruma Tangy
Automatically closes any Zoom (meeting software) tab that ends in '#success' (this URL is only used to join a meeting) after 10 seconds.
You'll need Firefox to use this extension
Richintzij K'amal
Chi rij re k'amal re'
Could not provide source code, because does not require permissions needed. So I put it here, feel free to build on your own and sideload
manifest.json
{
"manifest_version": 2,
"name": "Zoom Success Tab Closer",
"version": "1.1",
"description": "Automatically closes any Zoom tab that ends in '#success' after 10 seconds.",
"permissions": [
"tabs"
],
"background": {
"scripts": ["background.js"]
}
}
background.js
function checkForZoomSuccessTab(tab) {
if (tab.url.includes("zoom.us") && tab.url.endsWith("#success")) {
setTimeout(() => {
// Close the tab after 10 seconds
browser.tabs.remove(tab.id);
}, 10000); // 10000 milliseconds = 10 seconds
}
}
// Listen for any tab updates
browser.tabs.onUpdated.addListener((tabId, changeInfo, tab) => {
// Ensure the URL is defined in the changeInfo
if (changeInfo.url) {
checkForZoomSuccessTab(tab);
}
});
// Check all tabs on startup
browser.tabs.query({}).then(tabs => {
tabs.forEach(tab => {
checkForZoomSuccessTab(tab);
});
});
manifest.json
{
"manifest_version": 2,
"name": "Zoom Success Tab Closer",
"version": "1.1",
"description": "Automatically closes any Zoom tab that ends in '#success' after 10 seconds.",
"permissions": [
"tabs"
],
"background": {
"scripts": ["background.js"]
}
}
background.js
function checkForZoomSuccessTab(tab) {
if (tab.url.includes("zoom.us") && tab.url.endsWith("#success")) {
setTimeout(() => {
// Close the tab after 10 seconds
browser.tabs.remove(tab.id);
}, 10000); // 10000 milliseconds = 10 seconds
}
}
// Listen for any tab updates
browser.tabs.onUpdated.addListener((tabId, changeInfo, tab) => {
// Ensure the URL is defined in the changeInfo
if (changeInfo.url) {
checkForZoomSuccessTab(tab);
}
});
// Check all tabs on startup
browser.tabs.query({}).then(tabs => {
tabs.forEach(tab => {
checkForZoomSuccessTab(tab);
});
});
Tapaja' ri awetamab'al
Taq ya'oj q'ijTetamäx ch'aqa' chik
This add-on needs to:
- Tok pa ri taq ruwi' okik'amaya'l
Ch'aqa' chik etamab'äl
- Ruwäch
- 1.1
- Nimilem
- 8.03 KB
- Ruk'isib'äl k'exoj
- një vit më parë (15 Maj 2024)
- Taq Ruwäch Kiximon Ki'
- Ya'oj q'ij
- Ruwinaqilal ya'öl q'ij 2.0 Mozilla
- Runatab'al Ruwäch
Titz'aqatisäx pa mol
Kich'utitzijol elesanem richin 1.1
Removed all urls permission
Ch'aqa' chik taq k'amal richin Tangy
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet