AlionWeb - Blocking Malicious and Other Websites Firefox

Examine source code of AlionWeb - Blocking Malicious and Other Websites

By: ARIALD Add-on
Inspect and view changes in AlionWeb - Blocking Malicious and Other Websites source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "version": "5.3.3",
  "manifest_version": 3,
  "default_locale": "en",
  "homepage_url": "https://alionweb.ai",
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://api2.alionweb.ai https://cloud.alionweb.ai"
  },
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png"
  },
  "action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "32": "img/icon_32.png",
      "48": "img/icon_48.png"
    },
    "default_title": "__MSG_ext_name__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "activeTab",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/logo-alionweb.svg"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://*.bilibili.com/*",
        "*://*.bilibili.tv/*",
        "*://haokan.baidu.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/content.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://wackysafe.com/*",
        "https://www.wackysafe.com/*"
      ],
      "js": [
        "./js/wackysafe_frame.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://cloud.alionweb.ai/*"
      ],
      "js": [
        "./js/cross_alionweb.js"
      ],
      "run_at": "document_start"
    }
  ],
  "incognito": "spanning",
  "browser_specific_settings": {
    "gecko": {
      "id": "alionweb@ariald.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo",
          "browsingActivity",
          "websiteContent",
          "searchTerms"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best AlionWeb - Blocking Malicious and Other Websites Alternatives

Here are some Firefox add-ons that are similar to AlionWeb - Blocking Malicious and Other Websites: