YTgify for Firefox Firefox

Examine source code of YTgify for Firefox

Inspect and view changes in YTgify for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YTgify - YouTube to GIF Maker",
  "version": "1.0.19",
  "description": "Create GIFs from any YouTube video instantly. No watermark, no upload. Custom text, FPS & resolution controls.",
  "author": "Jeremy Watt",
  "homepage_url": "https://github.com/neonwatty/ytgify",
  "browser_specific_settings": {
    "gecko": {
      "id": "ytgify@firefox.extension",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "downloads"
  ],
  "host_permissions": [
    "https://*.youtube.com/*",
    "*://localhost/*",
    "*://127.0.0.1/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*",
        "*://localhost/*",
        "*://127.0.0.1/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Click to create GIF (or press Ctrl+Shift+G)"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+G",
        "mac": "Command+Shift+G"
      },
      "description": "Open GIF creation wizard"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "*.wasm",
        "pkg/*.wasm",
        "icons/*",
        "gif.worker.js"
      ],
      "matches": [
        "https://*.youtube.com/*",
        "*://localhost/*",
        "*://127.0.0.1/*"
      ]
    }
  ]
}

Best YTgify for Firefox Alternatives

Here are some Firefox add-ons that are similar to YTgify for Firefox: