GitHub Hide Notifications Firefox

Examine source code of GitHub Hide Notifications

제작자: Jan Piotrowski
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"
    }
  }
}

최고의 GitHub Hide Notifications 대안

다음은 GitHub Hide Notifications과(와) 유사한 Firefox add-on입니다: