AdBlocker

AdBlocker

🚀 Block ads, trackers, avoid dangerous sites and risks with our all-in-one adblocker. Elevate your internet experience!

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup.html",
    "default_title": "AdBlocker"
  },
  "content_scripts": [
    {
      "js": [
        "./scripts/yto.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "./scripts/yto.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "./scripts/yto.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "./scripts/yti.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "./scripts/yti.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "./scripts/yti.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "./scripts/general_ads.js"
      ],
      "matches": [
        "<all_urls>",
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "./scripts/general_ads.js"
      ],
      "matches": [
        "<all_urls>",
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "./scripts/general_ads.js"
      ],
      "matches": [
        "<all_urls>",
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "./scripts/addition.js"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "ruleset_1",
        "path": "./helpers/rules.json"
      },
      {
        "enabled": true,
        "id": "ruleset_2",
        "path": "./helpers/rules2.json"
      },
      {
        "enabled": true,
        "id": "blockLIST",
        "path": "./helpers/my.json"
      },
      {
        "enabled": false,
        "id": "advLIST",
        "path": "./helpers/adv.json"
      },
      {
        "enabled": false,
        "id": "antiprnLIST",
        "path": "./helpers/antiprn.json"
      },
      {
        "enabled": false,
        "id": "suspLIST",
        "path": "./helpers/susp.json"
      }
    ]
  },
  "description": "🚀 Block ads, trackers, avoid dangerous sites and risks with our all-in-one adblocker. Elevate your internet experience!",
  "host_permissions": [
    "<all_urls>",
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "16": "./assets/adblocker16.png",
    "32": "./assets/adblocker32.png",
    "64": "./assets/adblocker64.png",
    "128": "./assets/adblocker128.png"
  },
  "manifest_version": 3,
  "name": "AdBlocker",
  "permissions": [
    "declarativeNetRequest"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4"
}