Smart Ad Blocker 25 Firefox

Examine source code of Smart Ad Blocker 25

Inspect and view changes in Smart Ad Blocker 25 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Smart Ad Blocker",
  "version": "1.0",
  "description": "Block ads intelligently with whitelist support and toggle via shortcut or popup.",
  "permissions": [
    "activeTab",
    "storage",
    "commands",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "commands": {
    "toggle-ad-block": {
      "suggested_key": {
        "default": "Ctrl+Shift+A"
      },
      "description": "Toggle ad blocking on/off"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smart-ad-blocker@myextension.com"
    }
  }
}

Best Smart Ad Blocker 25 Alternatives

Here are some Firefox add-ons that are similar to Smart Ad Blocker 25: