BYR blocker
眼不见为净,净了又净。
What is BYR blocker?
BYR blocker is a Chrome extension developed by Zichuan Ma, and its main feature is "眼不见为净,净了又净。".
Extension Screenshots
Download BYR blocker Extension CRX File
Download BYR blocker 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
不想看到某些ID的发言? 快使用北邮人论坛黑名单插件! Powered by Guiyou Team. View source on Github: https://github.com/chon219/byrblocker
Extension Basic Information
Name | |
ID | knbakcfldfcdefdiibjojpbaoidcfpgo |
Official URL | https://chromewebstore.google.com/detail/byr-blocker/knbakcfldfcdefdiibjojpbaoidcfpgo |
Description | 眼不见为净,净了又净。 |
File Size | 95.52 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2014-07-01 |
Publish Date | 2014-07-01 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Zichuan Ma |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BYR blocker", "version": "1.0", "description": "\u773c\u4e0d\u89c1\u4e3a\u51c0\uff0c\u51c0\u4e86\u53c8\u51c0\u3002", "content_scripts": [ { "matches": [ "*:\/\/bbs.byr.cn\/*", "*:\/\/bbs6.byr.cn\/*" ], "js": [ "js\/blocker.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/sb-icon-enabled.png", "default_title": "BYR blocker" }, "permissions": [ "storage" ], "icons": { "16": "icons\/sb-icon16.png", "48": "icons\/sb-icon48.png", "128": "icons\/sb-icon128.png" } } |