斗鱼弹幕机器人

斗鱼自动刷弹幕 自动阅读弹幕 弹幕语音 Chrome 浏览器插件

What is 斗鱼弹幕机器人?

斗鱼弹幕机器人 is a Chrome extension developed by https://getcrx.cn, and its main feature is "斗鱼自动刷弹幕 自动阅读弹幕 弹幕语音 Chrome 浏览器插件".

Extension Screenshots

screenshot

Download 斗鱼弹幕机器人 Extension CRX File

Download 斗鱼弹幕机器人 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

                        刷弹幕666
捡了个年久失修的扩展,修了修,删了些跟扩展名称无关的功能,现在好使了。
---
- 2019.7.4 调整位置样式,修缮
- 2017.7.17 调整位置样式
- 2017年4月30日 可定制刷弹幕文字
- 2016年12月27日 修复崩坏
- 2016年9月2日 兼容斗鱼 https 协议                    

Extension Basic Information

Name 斗鱼弹幕机器人 斗鱼弹幕机器人
ID gnmefobkcifbhpcnmapbfochnlkcnfkc
Official URL https://chromewebstore.google.com/detail/%E6%96%97%E9%B1%BC%E5%BC%B9%E5%B9%95%E6%9C%BA%E5%99%A8%E4%BA%BA/gnmefobkcifbhpcnmapbfochnlkcnfkc
Description 斗鱼自动刷弹幕 自动阅读弹幕 弹幕语音 Chrome 浏览器插件
File Size 128 KB
Installation Count 75
Current Version 1.1.0
Last Updated 2019-07-03
Publish Date 2019-07-03
Developer https://getcrx.cn
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/g8up/youDaoDict/wiki/privacy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6597\u9c7c\u5f39\u5e55\u673a\u5668\u4eba",
    "version": "1.1.0",
    "description": "\u6597\u9c7c\u81ea\u52a8\u5237\u5f39\u5e55 \u81ea\u52a8\u9605\u8bfb\u5f39\u5e55 \u5f39\u5e55\u8bed\u97f3 Chrome \u6d4f\u89c8\u5668\u63d2\u4ef6",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.douyutv.com\/*",
                "*:\/\/*.douyu.com\/*",
                "*:\/\/*.zhanqi.tv\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.1.1.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content_main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "img\/fish_128.png",
        "default_title": "\u6597\u9c7c\u5f39\u5e55\u673a\u5668\u4eba",
        "default_popup": "template\/popup.html"
    },
    "options_page": "template\/popup.html",
    "permissions": [
        "tabs",
        "",
        "tts",
        "storage"
    ],
    "icons": {
        "16": "img\/fish_128.png",
        "48": "img\/fish_128.png",
        "128": "img\/fish_128.png"
    },
    "web_accessible_resources": [
        "*",
        "js\/background.js"
    ],
    "manifest_version": 2
}