ceph github helper Firefox

Examine source code of ceph github helper

By: tspmelo Add-on
Inspect and view changes in ceph github helper source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.4.0",
  "applications": {
    "gecko": {
      "id": "cgh@tmelo.suse.com",
      "strict_min_version": "57.0"
    }
  },
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/ceph-16.png",
    "128": "images/ceph-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "pages/options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/ceph/ceph/pull/**",
        "https://github.com/tspmelo/ceph_test/pull/**"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "css": [
        "styles/contentscript.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "pages/content.html",
    "styles/contentscript.css",
    "images/ceph-40.png",
    "images/jenkins-40.png"
  ],
  "permissions": [
    "storage",
    "https://raw.githubusercontent.com/ceph/ceph/master/*",
    "https://github.com/ceph/ceph/pull/*",
    "https://github.com/tspmelo/ceph_test/pull/*",
    "webRequest"
  ]
}

Best ceph github helper Alternatives

Here are some Firefox add-ons that are similar to ceph github helper: