Hide YouTube Comments Firefox

Examine source code of Hide YouTube Comments

제작자: Atyla da Silva Add-on
Inspect and view changes in Hide YouTube Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hide YouTube Comments",
  "description": "Adds a button that allows you to hide or show the comment section on YouTube videos, which will be hidden by default.",
  "version": "2.1",
  "permissions": [
    "webNavigation",
    "*://www.youtube.com/*",
    "*://m.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch?v=*",
        "*://m.youtube.com/watch?v=*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hide-yt-comments@atyladasilva.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Hide YouTube Comments 대안

다음은 Hide YouTube Comments과(와) 유사한 Firefox add-on입니다: