GitSniper Firefox

Examine source code of GitSniper

Inspect and view changes in GitSniper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitSniper",
  "version": "1.0.5",
  "description": "Precise extraction for GitLab MR and GitHub PR comments with smart extraction",
  "browser_specific_settings": {
    "gecko": {
      "id": "build@gitsniper.com"
    }
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "tabs",
    "activeTab",
    "identity",
    "<all_urls>",
    "https://agpqysdpdjopqmnevbcv.supabase.co/*",
    "https://accounts.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/pull/*",
        "*://*/*/pull/*",
        "*://*/*/-/merge_requests/*",
        "*://*/merge_requests/*",
        "*://*/*/merge_requests/*"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "config.js",
      "src/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_title": "GitSniper Control Panel"
  },
  "web_accessible_resources": [
    "src/auth-manager.js",
    "config.js"
  ],
  "icons": {
    "16": "assets/logo.svg",
    "48": "assets/logo.svg",
    "128": "assets/logo.svg"
  }
}

Best GitSniper Alternatives

Here are some Firefox add-ons that are similar to GitSniper: