Blokker

Blocks YouTube, Twitter and Facebook feed.

What is Blokker?

Blokker is a Chrome extension developed by rickpastoor, and its main feature is "Blocks YouTube, Twitter and Facebook feed.".

Download Blokker Extension CRX File

Download Blokker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin block your YouTube, Twitter and Facebook feed, to help you get more work done.                    

Extension Basic Information

Name Blokker Blokker
ID nfbccglabkpcibhpnjlodhncnlggpkka
Official URL https://chromewebstore.google.com/detail/blokker/nfbccglabkpcibhpnjlodhncnlggpkka
Description Blocks YouTube, Twitter and Facebook feed.
File Size 917 KB
Installation Count 13
Current Version 1.2
Last Updated 2017-05-16
Publish Date 2017-05-16
Rating 5.00/5 Total 2 Ratings
Developer rickpastoor
Payment Type free
Supported Languages en
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"
    }
}