DropSentry Firefox

Examine source code of DropSentry

Inspect and view changes in DropSentry source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DropSentry",
  "version": "1.0",
  "description": "Détecte les plateformes e-commerce et signale les sites suspects.",
  "permissions": [
    "scripting",
    "tabs",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "marvideomc.pro@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_title": "DropSentry",
    "default_popup": "popup.html",
    "default_icon": {
      "192": "icons/icon192.png",
      "256": "icons/icon256.png",
      "384": "icons/icon384.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best DropSentry Alternatives

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