NoYoutubeAvatars Firefox

Examine source code of NoYoutubeAvatars

By: ExpRAM
Inspect and view changes in NoYoutubeAvatars source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoAvatars",
  "version": "1.1",
  "description": "Remove Chat Avatars",
  "icons": {
    "32": "icons/close.png"
  },
  "browser_action": {
    "default_title": "NoAvatars",
    "default_icon": "icons/close.png",
    "default_popup": "menu.html"
  },
  "applications": {
    "gecko": {
      "id": "notarealexpram@gmail.com",
      "strict_min_version": "45.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch?v=*"
      ],
      "js": [
        "js/jquery.js",
        "noava.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}

Best NoYoutubeAvatars Alternatives

Here are some Firefox add-ons that are similar to NoYoutubeAvatars: