YT-GIF (YouTube to GIF) Firefox

Examine source code of YT-GIF (YouTube to GIF)

By: kijkte
Inspect and view changes in YT-GIF (YouTube to GIF) source codes across current and past versions
Vidego icon
Looking to download videos? Try the universal video downloader:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT-GIF",
  "description": "Create animated GIFs from any YouTube video. Select your time range, adjust quality, and download instantly.",
  "version": "0.1.0",
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png",
    "128": "assets/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-gif@kijkte.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "YT-GIF",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "content-scripts/youtube.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/youtube.css"
  ]
}

Best YT-GIF (YouTube to GIF) Alternatives

Here are some Firefox add-ons that are similar to YT-GIF (YouTube to GIF):