Adblock Lite Firefox

Examine source code of Adblock Lite

By: Adblock
Inspect and view changes in Adblock Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "js/xmlhttp.js",
        "lib/jquery-3.6.0.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7ec27d0d-f302-454a-b319-090b2eed3f8a}"
    }
  },
  "name": "Adblock Lite",
  "default_locale": "en",
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "lib/jquery-3.6.0.js",
        "lib/arrive.min.js",
        "js/inject.js",
        "js/xmlhttpInject.js"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/content.js"
      ]
    }
  ],
  "manifest_version": 3,
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "version": "5.1.2",
  "background": {
    "type": "module",
    "scripts": [
      "/js/serviceWorker.js"
    ]
  },
  "action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extension_name__"
  },
  "icons": {
    "64": "icons/icon.png"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "webRequest"
  ],
  "description": "__MSG_extension_description__"
}

Best Adblock Lite Alternatives

Here are some Firefox add-ons that are similar to Adblock Lite: