MorphAgent Firefox

Examine source code of MorphAgent

Inspect and view changes in MorphAgent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "MorphAgent",
  "version": "4.1.0",
  "description": "Modern User Agent & Anti-Fingerprinting Suite",
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "homepage_url": "https://github.com/karthik558/MorphAgent",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true,
      "world": "MAIN"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    "advanced-settings.html",
    "css/advanced-settings.css",
    "js/advanced-settings.js",
    "js/profiles.js",
    "js/inject.js"
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "MorphAgent 4.0",
    "default_icon": {
      "16": "icons/icon.png",
      "48": "icons/icon.png",
      "128": "icons/icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "morph-agent@karthiklal.in",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best MorphAgent Alternatives

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