GitHub Hide Notifications Firefox

Examine source code of GitHub Hide Notifications

Inspect and view changes in GitHub Hide Notifications source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Hide Notifications",
  "version": "0.1",
  "manifest_version": 2,
  "description": "A browser extension that lets you hide some of your notifications ",
  "homepage_url": "https://github.com/janpio/github-hide-notifications",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "https://github.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/notifications*",
        "https://github.com/*/notifications",
        "https://github.com/notifications?all=*"
      ],
      "js": [
        "src/inject/inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "settings/options.html"
  },
  "applications": {
    "gecko": {
      "id": "github-hide-notifications@janpiotrowski.de"
    }
  }
}

Melhores alternativas GitHub Hide Notifications

Aqui estão algumas Firefox add-ons que são similares a GitHub Hide Notifications: