YouTube Subscriptions Notification Manager Firefox

Examine source code of YouTube Subscriptions Notification Manager

By: Crius Add-on
Inspect and view changes in YouTube Subscriptions Notification Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Subscriptions Notification Manager",
  "version": "1.0.3",
  "description": "Bulk-set notification preferences (All / Personalised / None) for your YouTube subscriptions from the Channels page.",
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-notification-manager@thecrius",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "browser-polyfill-shim.js",
        "settings.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best YouTube Subscriptions Notification Manager Alternatives

Here are some Firefox add-ons that are similar to YouTube Subscriptions Notification Manager: