Blokker

Blokker

Blocks YouTube, Twitter and Facebook feed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blokker",
  "version": "1.2",
  "description": "Blocks YouTube, Twitter and Facebook feed.",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.youtube.com/*",
        "*://*.twitter.com/*",
        "*://*.facebook.com/*",
        "*://*.geenstijl.nl/*",
        "*://*.dumpert.nl/*",
        "*://*.nu.nl/*",
        "*://news.ycombinator.com/*"
      ],
      "js": [
        "blokker.js"
      ],
      "css": [
        "blokker.css"
      ]
    }
  ],
  "manifest_version": 2,
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "1024": "img/icon1024.png"
  }
}