By: FreezeTabDev
Inspect and view changes in FreezeTabs+ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Freeze Tabs",
"version": "1.0",
"description": "Freezes all activity in the active tab without unloading it.",
"permissions": [
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "icon_inactive.16.png",
"32": "icon_inactive.32.png"
},
"default_title": "Freeze/Unfreeze Tab"
},
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"icons": {
"16": "icon_inactive.16.png",
"32": "icon_inactive.32.png"
},
"browser_specific_settings": {
"gecko": {
"id": "FreezeTabsDev@mail.i2p",
"strict_min_version": "112.0"
}
}
} Best FreezeTabs+ Alternatives
Here are some Firefox add-ons that are similar to FreezeTabs+:
KitKat Tab Break
KitKat Indonesia
Auto Tab Freezer
Mcgowan
KitKat Break Tab
KitKat Indonesia
SleepyTabs - Tab Suspender & Manager
Sato
OneTab Plus
OneTab
TabuRei
daemon1024
tabsleeper
Tabsleeper
Tab Freezer
lynk
Lazy Tabs (Tab Suspender)
e1024kb
Tabrisen
89Bet
Closet
stephen
ZipTabs
Mostafa devBy