Ynet for the most of us

Ynet for the most of us

surf Ynet without the propaganda

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.7",
  "default_locale": "he",
  "permissions": [
    "notifications",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.ynet.co.il/*"
      ],
      "js": [
        "js/jquery-2.1.4.min.js",
        "js/contentScriptBootstrap.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}