Netzilo Secure Browser Firefox

Examine source code of Netzilo Secure Browser

제작자: Netzilo Inc
Inspect and view changes in Netzilo Secure Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "wasm/wasm_exec.js",
      "wasm/js-yaml.min.js",
      "core/logger.js",
      "core/wasm-engine.js",
      "core/cloud.js",
      "core/rule-store.js",
      "core/event-reporter.js",
      "core/evaluator.js",
      "js/tfjs-core@3.7.0.js",
      "js/tfjs-backend-cpu@3.7.0.js",
      "js/tfjs-converter@3.7.0.js",
      "utils.js",
      "./background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png"
    },
    "default_title": "Netzilo Secure Browser"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "utils.js",
        "contentscript-ui.js",
        "js/redactcodes.js",
        "contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "match_about_blank": false,
      "js": [
        "content/bridge.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "match_about_blank": false,
      "world": "MAIN",
      "js": [
        "utils.js",
        "content/providers.js",
        "content/pipeline.js",
        "content/transport.js",
        "contentscript-hook.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Turns any browser into an enterprise browser.",
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "pages/*.html",
        "pages/*.png",
        "pages/*.gif",
        "js/*.js",
        "js/*.json",
        "js/*.bin",
        "images/*.png",
        "wasm/*.wasm",
        "wasm/*.js",
        "wasm/*.json"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3,
  "name": "Netzilo Secure Browser",
  "permissions": [
    "tabs",
    "downloads",
    "notifications",
    "declarativeNetRequest",
    "webRequest",
    "webNavigation",
    "cookies",
    "storage",
    "proxy",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "4.0.295",
  "browser_specific_settings": {
    "gecko": {
      "id": "support@netzilo.com",
      "strict_min_version": "91.1.0"
    }
  }
}

최고의 Netzilo Secure Browser 대안

다음은 Netzilo Secure Browser과(와) 유사한 Firefox add-on입니다: