Fake Anime Site Blocker

Fake Anime Site Blocker

This extensions block fake anime phishing websites. Most fake websites include harmful scripts, such as exploit kits, crypto miners and a bunch of ad providers. By using this extension, their websites won't load at all and a notification will appear.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Fake Anime Site Blocker",
  "version": "1.0.2resigned1",
  "description": "Blocks fake phishing anime sites.",
  "icons": {
    "48": "img/animuicon-48.png"
  },
  "background": {
    "scripts": [
      "block.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7b92a988-6244-4838-8ab4-290e87c1fa0c}"
    }
  }
}