Hide YouTube Numbers Firefox

Examine source code of Hide YouTube Numbers

By: noriapi
Inspect and view changes in Hide YouTube Numbers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.3.2",
  "icons": {
    "16": "icon-16.png",
    "24": "icon-24.png",
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "author": "noriapi",
  "homepage_url": "https://github.com/noriapi/hide-youtube-numbers",
  "browser_specific_settings": {
    "gecko": {
      "id": "hide-youtube-numbers@noriapi.addon",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Hide YouTube Numbers",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Hide YouTube Numbers Alternatives

Here are some Firefox add-ons that are similar to Hide YouTube Numbers: