BlockComments Firefox

Examine source code of BlockComments

Inspect and view changes in BlockComments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BlockComments",
  "version": "1.6",
  "homepage_url": "https://github.com/danielbWork/BlockComments",
  "description": "Removes youtube comments cause they suck",
  "icons": {
    "48": "icons/noYoutubeComments.jpg"
  },
  "permissions": [
    "*://*.youtube.com/*",
    "webNavigation",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/noYoutubeComments.jpg",
    "default_title": "Block Comments",
    "default_popup": "src/popup/popup.html",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "src/content/blockComments.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0ff8941d-4ab8-467e-843b-edfa575d0933}"
    }
  }
}

Best BlockComments Alternatives

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