EncryptSec Firefox

Examine source code of EncryptSec

Inspect and view changes in EncryptSec source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.0",
  "description": "__MSG_extDescription__",
  "default_locale": "tr",
  "browser_specific_settings": {
    "gecko": {
      "id": "encryptsec@encryptsec.local",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-B2ahXg6N.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "options_page": "src/options/options.html",
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "activeTab",
    "scripting",
    "alarms",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ads",
        "enabled": false,
        "path": "src/rules/ads.json"
      },
      {
        "id": "trackers",
        "enabled": false,
        "path": "src/rules/trackers.json"
      }
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icons/*.png",
        "assets/chunk-CpDnBvDY.js",
        "assets/chunk-C1Pxah7c.js"
      ],
      "use_dynamic_url": false
    }
  ]
}

Mejores alternativas EncryptSec

Aquí hay algunas Firefox add-ons que son similares a EncryptSec: