tab analyser Firefox

Examine source code of tab analyser

By: John
Inspect and view changes in tab analyser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Tab Analyzer",
  "version": "1.3.1",
  "description": "Analyzes YouTube tabs to track interests and watch time.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d9a4670-d396-458d-9aae-2a20c8f8c05d}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "128": "icon.svg"
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_popup": "popup.html",
    "default_title": "YouTube Tab Analyzer"
  },
  "background": {
    "scripts": [
      "utils.js",
      "Namespace.js",
      "core/Logic.js",
      "core/Validation.js",
      "core/Analytics.js",
      "shell/Storage.js",
      "shell/Scraper.js",
      "shell/Cache.js",
      "background/IdleManager.js",
      "background/Scanner.js",
      "background/Tracker.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "utils.js",
        "content.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "idle",
    "notifications",
    "https://*.youtube.com/*"
  ]
}

Best tab analyser Alternatives

Here are some Firefox add-ons that are similar to tab analyser: