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…
什么是YouBlock?
YouBlock是由darby.rathbone开发的Chrome扩展程序,该扩展的主要功能是“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…”。
下载YouBlock扩展crx文件
下载YouBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | YouBlock |
ID | ihhpifdmgophogphhddppiclngkbhnal |
官方URL | https://chromewebstore.google.com/detail/youblock/ihhpifdmgophogphhddppiclngkbhnal |
简介 | 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… |
文件大小 | 19.04 KB |
安装次数 | 4,084 |
当前版本 | 2.0 |
更新时间 | 2017-01-25 |
上架时间 | 2017-01-25 |
评分 | 4.61/5 共18次评分 |
开发者 | darby.rathbone |
付费类型 | free |
支持的语言 | 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" ] } ] } |