HackAdvisor — Program Reviews Firefox

Examine source code of HackAdvisor — Program Reviews

제작자: Zaur
Inspect and view changes in HackAdvisor — Program Reviews source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HackAdvisor — Program Reviews",
  "description": "See community reviews for bug bounty programs, right on the platform.",
  "version": "1.1.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_title": "HackAdvisor",
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://hackadvisor.io/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon/logo.png"
      ],
      "matches": [
        "https://hackerone.com/*",
        "https://www.hackerone.com/*",
        "https://bugcrowd.com/*",
        "https://yeswehack.com/*",
        "https://app.intigriti.com/*",
        "https://bugbounty.standoff365.com/*",
        "https://bugbounty.bi.zone/*",
        "https://immunefi.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@hackadvisor.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://bugbounty.bi.zone/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/bizone.js"
      ]
    },
    {
      "matches": [
        "https://bugcrowd.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/bugcrowd.js"
      ]
    },
    {
      "matches": [
        "https://hackerone.com/*",
        "https://www.hackerone.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/hackerone.js"
      ]
    },
    {
      "matches": [
        "https://immunefi.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/immunefi.js"
      ]
    },
    {
      "matches": [
        "https://app.intigriti.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/intigriti.js"
      ]
    },
    {
      "matches": [
        "https://bugbounty.standoff365.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/standoff365.js"
      ]
    },
    {
      "matches": [
        "https://yeswehack.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/yeswehack.js"
      ]
    }
  ]
}

최고의 HackAdvisor — Program Reviews 대안

다음은 HackAdvisor — Program Reviews과(와) 유사한 Firefox add-on입니다: