Statsig Browser Extension Firefox

Examine source code of Statsig Browser Extension

By: d0whc3r
Inspect and view changes in Statsig Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Statsig Browser Extension",
  "description": "Manage Statsig feature gates and experiments directly from your browser. View user details, override gates, and debug efficiently.",
  "version": "1.4.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "statsig-browser-extension@statsig.com"
    }
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "<all_urls>",
    "https://statsigapi.net/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Statsig Browser Extension",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Statsig Browser Extension Alternatives

Here are some Firefox add-ons that are similar to Statsig Browser Extension: