StealthGuardian Firefox

Examine source code of StealthGuardian

By: Jiliace
Inspect and view changes in StealthGuardian source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StealthGuardian",
  "version": "1.0.0",
  "description": "Enhance your browsing privacy with tracking protection and secure browsing features",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "webNavigation",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "StealthGuardian",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "applications": {
    "gecko": {
      "id": "stealth-guardian@example.com",
      "strict_min_version": "58.0"
    }
  }
}

Best StealthGuardian Alternatives

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