QuestPilot Firefox

Examine source code of QuestPilot

Par : TANK49 Add-on
Inspect and view changes in QuestPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "QuestPilot",
  "version": "4.9",
  "description": "Automatically completes Discord Quests the moment you accept them TANK49 - tank49.tech",
  "browser_specific_settings": {
    "gecko": {
      "id": "ask@tank49.tech",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://discord.com/*",
    "https://canary.discord.com/*",
    "https://ptb.discord.com/*",
    "https://*.discordsays.com/*",
    "https://qp.tank49.tech/*"
  ],
  "background": {
    "scripts": [
      "sw.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://discord.com/*",
        "https://canary.discord.com/*",
        "https://ptb.discord.com/*"
      ],
      "js": [
        "cs.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rr.json"
      }
    ]
  }
}

Meilleures alternatives QuestPilot

Voici quelques Firefox add-ons qui sont similaires à QuestPilot :