By: Quazarex
Inspect and view changes in Unload All Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Unload All Tabs",
"version": "1.0",
"description": "Discard inactive tabs to free memory.",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"commands": {
"unload-all-tabs": {
"suggested_key": {
"default": "Ctrl+Shift+U"
},
"description": "Unload all inactive tabs"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{9c50f491-3205-465d-81b2-c4050f694bfe}"
}
}
} Best Unload All Tabs Alternatives
Here are some Firefox add-ons that are similar to Unload All Tabs:
Unload Tab Group
rynffoll
Discard Tab
Sergey Vlasov
Discard stale tabs
BB
Tab Group Unloader
jfsebastian
Unload Tabs After Inactivity
visions.ch gmbh
Unload Tab Keyboard Shortcut
Aaron M. Wright
Tabs Unloader
derejar
Discard Tab
freddyb
Reload All Tabs
yaagame
Close Unused Blank Tabs
Dustin Luck