YouTube Channel Hover Preview Firefox

Examine source code of YouTube Channel Hover Preview

By: Toby
Inspect and view changes in YouTube Channel Hover Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Channel Hover Preview",
  "version": "2.0",
  "description": "Hover over a YouTube channel name to see a quick info preview.",
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-channel-hover@yourdomain.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "https://www.youtube.com/*",
    "https://www.googleapis.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  }
}

Best YouTube Channel Hover Preview Alternatives

Here are some Firefox add-ons that are similar to YouTube Channel Hover Preview: