斗鱼弹幕机器人

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

斗鱼弹幕机器人란 무엇입니까?

斗鱼弹幕机器人은(는) https://getcrx.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "斗鱼自动刷弹幕 自动阅读弹幕 弹幕语音 Chrome 浏览器插件"입니다.

확장 프로그램 스크린샷

screenshot

斗鱼弹幕机器人 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 斗鱼弹幕机器人 斗鱼弹幕机器人
ID gnmefobkcifbhpcnmapbfochnlkcnfkc
공식 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
설명 斗鱼自动刷弹幕 自动阅读弹幕 弹幕语音 Chrome 浏览器插件
파일 크기 128 KB
설치 횟수 75
현재 버전 1.1.0
최근 업데이트 2019-07-03
출시 날짜 2019-07-03
개발자 https://getcrx.cn
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/g8up/youDaoDict/wiki/privacy
지원되는 언어 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
}