TrueLive Firefox

Examine source code of TrueLive

Inspect and view changes in TrueLive source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_popup": "popup.html"
  },
  "author": "Vitor Plentz",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "commands": {
    "toggle-enabled": {
      "suggested_key": {
        "default": "Alt+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "__MSG_commandToggleDesc__"
    },
    "go-live": {
      "suggested_key": {
        "default": "Alt+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "__MSG_commandGoLiveDesc__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "truelive@vitorplentz.com.br",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "TrueLive",
  "options_ui": {
    "open_in_tab": true,
    "page": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.0.0",
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "resources": [
        "common.js",
        "inject.js",
        "engine/controller.js"
      ]
    }
  ],
  "homepage_url": "https://github.com/Pl3ntz/truelive"
}

Best TrueLive Alternatives

Here are some Firefox add-ons that are similar to TrueLive: