Remove Important Notifications Firefox

Examine source code of Remove Important Notifications

Inspect and view changes in Remove Important Notifications source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Remove Important Notifications - YouTube",
  "version": "1.2.1",
  "description": "Removes the important notifications section in YouTube, putting the notifications back into chronological order.",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "48": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{925a2a19-4463-4a9f-b459-dbb3ecbc830e}"
    }
  }
}

Best Remove Important Notifications Alternatives

Here are some Firefox add-ons that are similar to Remove Important Notifications: