Sentinel™ – Your Silent Streaming Observer Firefox

Examine source code of Sentinel™ – Your Silent Streaming Observer

Inspect and view changes in Sentinel™ – Your Silent Streaming Observer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sentinel™ – Your Silent Streaming Observer",
  "version": "1.0.5",
  "description": "Monitor streaming statistics on Kick.com and Twitch.tv",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-128.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "https://www.botted.wtf/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.kick.com/*",
        "https://*.twitch.tv/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.kick.com/*"
      ],
      "js": [
        "early-intercept.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.kick.com/*"
      ],
      "js": [
        "content.js",
        "kick-stats-plugin.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "js": [
        "twitch-stats-plugin.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "sentinel-logo.png",
    "kick-font.otf",
    "icon-48.png",
    "inject-fetch-wrapper.js"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Sentinel Settings",
    "default_icon": {
      "48": "icon-48.png",
      "96": "icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "whiz@botted.wtf"
    }
  }
}

Best Sentinel™ – Your Silent Streaming Observer Alternatives

Here are some Firefox add-ons that are similar to Sentinel™ – Your Silent Streaming Observer: