By: 12Bet
Inspect and view changes in InactivityTab Closer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "InactivityTab Closer",
"version": "1.0",
"description": "Close inactive tabs to reduce browser load and enhance performance.",
"permissions": [
"tabs",
"storage"
],
"browser_action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{5b33620d-3944-45be-bcfa-4f1e33e3176b}"
}
}
} Best InactivityTab Closer Alternatives
Here are some Firefox add-ons that are similar to InactivityTab Closer: