Kwejk Unblock

Kwejk Unblock

Usuwa cebulowe restrykcje ad-blockowe z Kwejk.pl.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kwejk Unblock",
  "version": "0.2",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://kwejk.pl/*"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "content.js"
      ]
    }
  ]
}