Github Notification Disabler Firefox

Examine source code of Github Notification Disabler

Por: ninpnin
Inspect and view changes in Github Notification Disabler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "github notification disabler",
  "version": "1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "testtesttestthing@entieda.org",
      "strict_min_version": "57.0a1"
    }
  },
  "description": "Hides the GitHub notification indicator after 6pm and on weekends.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*",
        "http://github.com/*",
        "https://github.com/*"
      ],
      "js": [
        "ghnd.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ]
}

Mejores alternativas Github Notification Disabler

Aquí hay algunas Firefox add-ons que son similares a Github Notification Disabler: