斗鱼弹幕助手

看斗鱼、读弹幕、更逗逼、更欢乐~6666666

What is 斗鱼弹幕助手?

斗鱼弹幕助手 is a Chrome extension developed by Ye Feng, and its main feature is "看斗鱼、读弹幕、更逗逼、更欢乐~6666666".

Extension Screenshots

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

                        能让电脑读出弹幕有没有很开心!
有粤语可以选(Ubuntu Linux版Chrome实测存在)有没有很亲切!
主播不用整天盯着滚屏弹幕,耳机监控就好啦!
看斗鱼闲着无聊可以读弹幕,比输验证码领鱼丸开心多啦!

讨论q群:283416367

除了选项和图标弹出页面外没有其他界面,清爽好用~

观众可选只读普通弹幕玩欢乐~
主播可选只读礼物弹幕特别吸量~

新增屏蔽字词功能!~

本扩展和 douyu 官方无关                    

Extension Basic Information

Name 斗鱼弹幕助手 斗鱼弹幕助手
ID jofmimhfadgiaidckaldjkcfclfkcbla
Official URL https://chromewebstore.google.com/detail/%E6%96%97%E9%B1%BC%E5%BC%B9%E5%B9%95%E5%8A%A9%E6%89%8B/jofmimhfadgiaidckaldjkcfclfkcbla
Description 看斗鱼、读弹幕、更逗逼、更欢乐~6666666
File Size 50.21 KB
Installation Count 146
Current Version 0.1.6.6
Last Updated 2016-04-02
Publish Date 2016-04-02
Rating 4.67/5 Total 18 Ratings
Developer Ye Feng
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6597\u9c7c\u5f39\u5e55\u52a9\u624b",
    "short_name": "Douyu Comment Helper",
    "description": "\u770b\u6597\u9c7c\u3001\u8bfb\u5f39\u5e55\u3001\u66f4\u9017\u903c\u3001\u66f4\u6b22\u4e50\uff5e6666666",
    "version": "0.1.6.6",
    "icons": {
        "16": "images\/icon-bitty.png",
        "48": "images\/icon-small.png",
        "128": "images\/icon-large.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u6597\u9c7c\u5f39\u5e55\u52a9\u624b\u9762\u677f"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.douyutv.com\/*",
                "*:\/\/*.douyu.com\/*",
                "*:\/\/*.douyu.tv\/*"
            ],
            "js": [
                "chat_detector.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tts",
        "storage",
        ""
    ]
}