By: stephen
Inspect and view changes in Closet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Closet",
"version": "3.0",
"description": "Purge distracting tabs instantly.",
"permissions": [
"storage",
"tabs",
"webNavigation",
"contextMenus",
"scripting"
],
"host_permissions": [
"*://*/*"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Open Closet"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"overlay.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "closet@extension.local",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
} Best Closet Alternatives
Here are some Firefox add-ons that are similar to Closet:
calm
Simplify
Close Duplicate Tabs
jasmin lobrin
HideMyTabs
Vishwas
Tabs De Clutter
mije
Auto Tab Cleaner
auto_tab_cleaner
Deep Focus
Armen-Jean Andreasian
Keep Me Focus
Md. Arifur Rahman Arif
Tidy Tabs: Clutter free Tab bar.
Siddharth
Tabrisen
89Bet
Doze Tabs - Snooze Tabs for later
Andrew
Duplicate Tab Detector
lpelov
Auto Close Tabs
iProgrammer16