Eclypsia 3AB

Eclypsia 3AB

An anti-anti Adblocker for EC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eclypsia 3AB",
  "version": "1.1.2",
  "short_name": "ec3ab",
  "description": "An anti-anti Adblocker for EC",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://www.eclypsia.com/fr/ec*"
      ],
      "js": [
        "bgp.js"
      ]
    }
  ],
  "icons": {
    "48": "ec3ab48.png",
    "128": "ec3ab128.png"
  },
  "web_accessible_resources": [
    "aab.js"
  ]
}