TTV Looking Glass Firefox

Examine source code of TTV Looking Glass

Inspect and view changes in TTV Looking Glass source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TTV Looking Glass",
  "description": "Helps you sync clips and vods across both Twitch.tv and Kick.com by generating links.",
  "manifest_version": 3,
  "version": "0.0.1.32",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b54ef0ac-b5f4-4083-b02d-f58dbcb7a42d}"
    }
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*",
        "*://*.kick.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end",
      "css": [
        "style.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/twitch.svg",
        "icons/kick.svg"
      ],
      "matches": [
        "https://*.twitch.tv/*",
        "https://*.kick.com/*"
      ]
    }
  ]
}

Best TTV Looking Glass Alternatives

Here are some Firefox add-ons that are similar to TTV Looking Glass: