StayFree - Web Analytics & Time Tracker Firefox

Examine source code of StayFree - Web Analytics & Time Tracker

Inspect and view changes in StayFree - Web Analytics & Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.9.1",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "default_locale": "en_US",
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "notifications",
    "webNavigation",
    "scripting",
    "favicon",
    "search",
    "identity",
    "https://www.google.com/s2/favicons",
    "https://*.gstatic.com/favicon*",
    "*://*.stayfreeapps.com/*"
  ],
  "optional_permissions": [
    "history",
    "downloads"
  ],
  "web_accessible_resources": [
    "assets/*",
    "*.css",
    "*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{30b15d56-b2fa-4cb2-98fd-7b5e26306483}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/auto-connect-redirect.js",
        "content-scripts/gen-ai-collector.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/block-website.js",
        "content-scripts/keyword-blocking.js",
        "content-scripts/usage-monitoring.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/chatbot-finder.js"
      ]
    },
    {
      "matches": [
        "*://*.facebook.com/*",
        "*://*.instagram.com/*",
        "*://*.snapchat.com/*",
        "*://*.tiktok.com/*",
        "*://*.x.com/*",
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "content-scripts/in-app-blocking.css"
      ],
      "js": [
        "content-scripts/in-app-blocking.js"
      ]
    },
    {
      "matches": [
        "https://stayfreeapps.com/extension/setting-up*"
      ],
      "js": [
        "content-scripts/setting-up.js"
      ]
    }
  ]
}

Best StayFree - Web Analytics & Time Tracker Alternatives

Here are some Firefox add-ons that are similar to StayFree - Web Analytics & Time Tracker: