GitHub Privacy Firefox

Examine source code of GitHub Privacy

Inspect and view changes in GitHub Privacy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "2.0",
  "short_name": "__MSG_appShortName__",
  "homepage_url": "https://github.com/EMPRI-DEVOPS/empri-browser-extension",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/on-16.png",
    "32": "images/on-32.png",
    "48": "images/on-48.png",
    "96": "images/on-96.png",
    "128": "images/on-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js",
      "scripts/study.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/on-19.png",
      "38": "images/on-38.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "pages/popup.html"
  },
  "options_ui": {
    "page": "pages/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "js": [
        "scripts/fuzzydate.js",
        "scripts/redact.js"
      ]
    }
  ],
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-privacy@empri-devops.de"
    }
  }
}

ベストのGitHub Privacy代替案

GitHub Privacyに類似したFirefox add-onをいくつか紹介します: