By: Shajirr
Inspect and view changes in Loaded Tabs Limiter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Loaded Tabs Limiter",
"version": "2026.7.7",
"description": "Limits the number of loaded tabs, unloading the oldest ones when the limit is reached.",
"browser_specific_settings": {
"gecko": {
"id": "@loaded-tabs-limiter.shajirr",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"tabs",
"storage",
"sessions",
"contextMenus",
"alarms"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"action": {
"default_icon": "icon.svg",
"default_title": "Loaded Tabs Limiter",
"default_area": "navbar",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html"
},
"commands": {
"discard-tab": {
"description": "Discard current tab"
},
"discard-tab-group": {
"description": "Discard other tabs in current group"
},
"discard-tab-container": {
"description": "Discard other tabs in current container"
},
"discard-other-in-window": {
"description": "Discard other tabs in this window"
},
"discard-other-windows": {
"description": "Discard tabs in other windows"
},
"discard-all-other": {
"description": "Discard all other tabs"
}
},
"icons": {
"24": "icon.svg",
"32": "icon.svg",
"48": "icon.svg"
}
} Best Loaded Tabs Limiter Alternatives
Here are some Firefox add-ons that are similar to Loaded Tabs Limiter:
Limit Tabs
RudyF
Loaded Tabs Limit
Crappy
Tabinator
ScienceDiscoverer
Tab Limiter
Paul Morris
TabLimiter
ratljos
Tabs Unloader
derejar
Sequential Tab Loader
Shajirr
LoadTabOnSelect 3
zupffwhy
MaxTabsLimit-XT
Cook I.T.
Limit Your Tabs
bluffset7340
maxTabs
lipflip
Discard Tab
Sergey Vlasov