Tab Loader Tracker Firefox

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.

Overview

Removed
Daily users
-
Data as of 2024-12-11
Version:
1.0
Last updated: 2024-12-11

Features & Capabilities

  • 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.

    let errorGroup = errorTabs.slice(currentIndex, currentIndex + 30); // This part errorGroup.forEach(tab => { if (tab.status === 'loading' || tab.status === 'complete') { chrome.tabs.reload(tab.id); // Yenileme işlemi } });

    // Sonraki 30'lu grup için indeks güncelle currentIndex += 30; // This part if (currentIndex >= errorTabs.length) { currentIndex = 0; // Hata veren sekmelerin tamamı kontrol edildiyse başa dön } });

User Growth & Download Statistics

Manifest V2 Add-on
By:
Hasan Tahsin
Daily users:
-
Version:
1.0 Last updated: 2024-12-11
Creation date:
2024-12-11
Risk:
Moderate risk impact High risk likelihood
Permissions:
Size:
262.13KB
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2024-12-11
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
Hasan Tahsin
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/tab-loader-tracker/

Is Tab Loader Tracker Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

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

Risk impact analysis details
  • Critical Grants access to browser tabs, which can be used to track user browsing habits and history, presenting a privacy concern.
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

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

Risk likelihood analysis details
  • Critical This extension is not longer available in the store
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best Tab Loader Tracker Alternatives

Here are some Firefox add-ons that are similar to Tab Loader Tracker: