Steganography Detector Firefox

Examine source code of Steganography Detector

By: Hi Thu
Inspect and view changes in Steganography Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Steganography Detector",
  "version": "1.0",
  "description": "Phát hiện thông điệp mã hóa giấu trong ảnh bằng cách phân tích pixel bất thường.",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Detect Steganography",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f5db8d32-8c52-4f6f-9429-279db4123564}"
    }
  }
}

Best Steganography Detector Alternatives

Here are some Firefox add-ons that are similar to Steganography Detector: