YouBlock

Since the recent update in YouTube the extension is a little buggy but it works with new messages... most of the time. It will not…

What is YouBlock?

YouBlock is a Chrome extension developed by darby.rathbone, and its main feature is "Since the recent update in YouTube the extension is a little buggy but it works with new messages... most of the time. It will not…".

Download YouBlock Extension CRX File

Download YouBlock 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

                        Since the recent update in YouTube the extension is a little buggy but it works with new messages... most of the time. It will not block old messages that are in the chat before loading. You cannot block the people who sent the messages before your youtube loaded. Feel free to assist in the programming but looking at the github link at the bottom of this.

This is a feature for YouTube streaming videos chat. When there are a bunch of spammers and reporting them for spam doesn't seem to be doing anything. All you have to do is install this refresh the streaming page and then "Report message" them once and they will no longer show up in your chat.

I added the persistence that I originally wanted. To block someone permanently just block them once. To remove them from the blocked list now you need to click options in extensions and remove them from the list by clicking the X next to their name.

I need to add some features still but you can see my progress or assist here https://github.com/darbicus/youBlock . You can also submit reports of issues there or request features.                    

Extension Basic Information

Name YouBlock YouBlock
ID ihhpifdmgophogphhddppiclngkbhnal
Official URL https://chromewebstore.google.com/detail/youblock/ihhpifdmgophogphhddppiclngkbhnal
Description Since the recent update in YouTube the extension is a little buggy but it works with new messages... most of the time. It will not…
File Size 19.04 KB
Installation Count 4,084
Current Version 2.0
Last Updated 2017-01-25
Publish Date 2017-01-25
Rating 4.61/5 Total 18 Ratings
Developer darby.rathbone
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouBlock",
    "version": "2.0",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "ContentScript.js"
            ]
        }
    ]
}