Tab Loader Tracker

This extension detects tabs that are not loading or have server errors, displays them in the toolbar and refreshes them in groups of 30.

Tab Loader Tracker

Add-on stats

Users: N/A
Version: 1.0 (Last updated: 2024-12-11)
Creation date: 2024-12-11
Weekly download count: NaN
Firefox on Android: No
Risk impact: Moderate risk impact
Risk likelihood:
Manifest version: 2
Permissions:
  • tabs
  • activeTab
Size: 268.42K

Other platforms

Not available on Chrome
Not available on Android
Not available on Edge
Want to check extension ranking and stats more quickly for other Firefox add-ons? Install Chrome-Stats extension to view Firefox-Stats data as you browse the Firefox Browser Add-ons.

Add-on summary

  • Tracks the tabs that are open every second. If you want to change this time, change the place "1000" in the following line of code in the background.js file. It is in ms.

function startCheckingTabs() { intervalId = setInterval(() => { checkTabsForErrors(); }, 1000); }

  • Starts to refresh unloaded tabs in groups of 30. If you want to change the number of groups, change the places "30" in the following line of code in the background.js file.
See more

Add-on safety

Risk impact

Tab Loader Tracker requires a few sensitive permissions. Exercise caution before installing.

Risk likelihood

Tab Loader Tracker may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.

Upgrade to see risk analysis details