EvAds - Enjoy Youtube without Ads

EvAds - Enjoy Youtube without Ads

EvAds allows you to remove intrusive ads on Youtube and on the web and optimize your Internet browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.8",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "icons": {
    "16": "/resources/images/icon.png",
    "32": "/resources/images/icon.png",
    "64": "/resources/images/icon.png",
    "128": "/resources/images/icon.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "storage",
    "scripting",
    "alarms",
    "declarativeNetRequest"
  ],
  "default_locale": "en",
  "background": {
    "service_worker": "/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "/relay.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/resources/resource-arrive.js",
        "/resources/resource-extended-styles.js",
        "/resources/resource-script.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "/action/action.html"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "adblocking-data1",
        "path": "adblocking-data/1.json"
      },
      {
        "enabled": true,
        "id": "adblocking-data2",
        "path": "adblocking-data/2.json"
      },
      {
        "enabled": true,
        "id": "adblocking-data3",
        "path": "adblocking-data/3.json"
      },
      {
        "enabled": true,
        "id": "adblocking-data4",
        "path": "adblocking-data/4.json"
      },
      {
        "enabled": true,
        "id": "adblocking-data5",
        "path": "adblocking-data/5.json"
      }
    ]
  }
}