AdSecurity Firefox

Examine source code of AdSecurity

Inspect and view changes in AdSecurity source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "PakCodeDT",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "64": "a.svg",
      "128": "a.svg"
    },
    "default_title": "AdSecurity",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "Firefox_for_adsecurity@pakcodedt",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "world": "ISOLATED",
      "run_at": "document_start",
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "yt/yt-adpruner.js",
        "yt/youtube-engine.js",
        "yt/youtube-banner.js"
      ],
      "css": [
        "yt/youtube-adblock.css"
      ]
    },
    {
      "all_frames": true,
      "world": "ISOLATED",
      "run_at": "document_start",
      "matches": [
        "*://*.youtube-nocookie.com/*"
      ],
      "js": [
        "yt/yt-adpruner.js",
        "yt/youtube-engine.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "cleaner.js"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "world": "ISOLATED"
    }
  ],
  "description": "Zararlı reklamalrdan ve izleyicilerden korunma aracı.",
  "icons": {
    "64": "a.svg",
    "128": "a.svg"
  },
  "manifest_version": 2,
  "name": "AdSecurity",
  "options_ui": {
    "open_in_tab": true,
    "page": "adsecurity-settings.html"
  },
  "permissions": [
    "alarms",
    "privacy",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "version": "3.0.1",
  "web_accessible_resources": [
    "redirect-warning.html",
    "filtre.json"
  ]
}

Best AdSecurity Alternatives

Here are some Firefox add-ons that are similar to AdSecurity: