Twitch Clips Helper Firefox

Examine source code of Twitch Clips Helper

Inspect and view changes in Twitch Clips Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Twitch Clips Helper",
  "description": "Automatically grab links from the selected twitch clips on the dashboard. \n (dashboard.twitch.tv/u/<user>/content/clips)",
  "version": "1.62",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extensions@trifall.com",
      "strict_min_version": "89.0"
    }
  },
  "permissions": [
    "notifications",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dashboard.twitch.tv/u*clips*"
      ],
      "js": [
        "dashboard.js",
        "notif.js",
        "util.js",
        "createButton.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "/images/logo_16.png",
    "32": "/images/logo_32.png",
    "48": "/images/logo_48.png",
    "128": "/images/logo_128.png"
  }
}

Best Twitch Clips Helper Alternatives

Here are some Firefox add-ons that are similar to Twitch Clips Helper: