YouTube GIF Comments Firefox

Examine source code of YouTube GIF Comments

By: Sam
Inspect and view changes in YouTube GIF Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube GIF Comments",
  "version": "1.2.0",
  "description": "Renders GIF tags into inline GIFs on YouTube comments.",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtubegif@sameer.adnan",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "host_permissions": [
    "https://youtubegif-zeta.vercel.app/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "config.js",
        "core/parser.js",
        "core/resolver.js",
        "content/renderer.js",
        "content/scanner.js",
        "content/observer.js",
        "ui/picker.js",
        "content/index.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "ui/picker.html",
        "ui/picker.css"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ]
}

Best YouTube GIF Comments Alternatives

Here are some Firefox add-ons that are similar to YouTube GIF Comments: