LibreShield Firefox

Examine source code of LibreShield

제작자: Gleb Goodkovsky Add-on
Inspect and view changes in LibreShield source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LibreShield",
  "version": "1.1.0",
  "description": "A powerful, private, and fully-free content blocker.",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": {
      "48": "icons/48x48logo.png",
      "96": "icons/96x96logo.png"
    },
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "icons/48x48logo.png",
    "96": "icons/96x96logo.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "block_page/block.html",
        "block_page/block.css",
        "block_page/block.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "libreshield@glebgoodkovsky.dev",
      "strict_min_version": "109.0"
    }
  }
}

최고의 LibreShield 대안

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