Agent09 Firefox

Examine source code of Agent09

Por: VortexDQ Add-on
Inspect and view changes in Agent09 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "VortexDQ Assistant",
  "version": "1.2.0",
  "description": "AI assistant, phishing protection, ad blocker, translator, smart search & macro automation by VortexDQ. Powered by Agent09.",
  "homepage_url": "https://vortexdq.com",
  "minimum_chrome_version": "109",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0ee7252d-afa3-4bc3-a2a3-26714e18caf5}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "alarms",
    "tabs",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "webNavigation"
  ],
  "host_permissions": [
    "https://vortexdq.com/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background/sw.js",
    "scripts": [
      "background/sw.js"
    ],
    "type": "classic"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/plugins/translate.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/plugins/adblocker-cosmetic.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/macro.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/agent.js"
      ],
      "css": [
        "content/agent.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "VortexDQ"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ad_rules",
        "enabled": false,
        "path": "rules/ad-rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/agent.css",
        "content/plugins/*",
        "content/plugins/translate.js",
        "content/plugins/adblocker-cosmetic.js",
        "icons/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}

Melhores alternativas Agent09

Aqui estão algumas Firefox add-ons que são similares a Agent09: