斗鱼叉叉
语音朗读弹幕(死宅程序猿 Q 群:279068461)
What is 斗鱼叉叉?
斗鱼叉叉 is a Chrome extension developed by https://getcrx.cn, and its main feature is "语音朗读弹幕(死宅程序猿 Q 群:279068461)".
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
# 功能 - 弹幕语音朗读 --- 2020-05-12 00:58: 修复朗读弹幕功能 2020-01-22 02:34: 修复朗读弹幕功能 2019-03-27 23:05: 修复朗读弹幕功能 2018-12-31 16:23: 修复朗读弹幕功能 2017-08-20 01:10:兼容超级火箭 2017-07-13 01:25:修复斗鱼上周的更新 2016-09-01 20:06:兼容 https 页面 2016-04-10 00:52:开放弹窗延时设置; 2016-04-06 02:22:修复报幕静音; 2016-04-04 23:01:通过今日的浴血奋战,已经完全跟进斗鱼大改版后的各项崩坏的功能; 4月1日后 斗鱼有大更新,作者还需几日消化。
Extension Basic Information
Name | 斗鱼叉叉 |
ID | kieadkdifhfdpooogdnanljolkekceij |
Official URL | https://chromewebstore.google.com/detail/%E6%96%97%E9%B1%BC%E5%8F%89%E5%8F%89/kieadkdifhfdpooogdnanljolkekceij |
Description | 语音朗读弹幕(死宅程序猿 Q 群:279068461) |
File Size | 117 KB |
Installation Count | 451 |
Current Version | 3.4.1 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-06 |
Rating | 4.51/5 Total 35 Ratings |
Developer | https://getcrx.cn |
[email protected] | |
Payment Type | free |
Extension Website | https://s.weibo.com/weibo?q=%23%E6%96%97%E9%B1%BC%E5%8F%89%E5%8F%89%23 |
Help Page URL | https://s.weibo.com/weibo?q=%23%E6%96%97%E9%B1%BC%E5%8F%89%E5%8F%89%23 |
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", "manifest_version": 2, "version": "3.4.1", "name": "\u6597\u9c7c\u53c9\u53c9", "short_name": "\u6597\u9c7c\u53c9\u53c9", "description": "\u8bed\u97f3\u6717\u8bfb\u5f39\u5e55\uff08\u6b7b\u5b85\u7a0b\u5e8f\u733f Q \u7fa4\uff1a279068461\uff09", "icons": { "128": "static\/douyu-48.png", "64": "static\/douyu-48.png", "48": "static\/douyu-48.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/douyu-48.png", "default_popup": "options.html#popup" }, "content_scripts": [ { "matches": [ "*:\/\/*.douyutv.com\/*", "*:\/\/*.douyu.com\/*" ], "js": [ "js\/content.js" ], "css": [ "js\/static\/background.css" ], "run_at": "document_end" } ], "devtools_page": "devtools.html", "externally_connectable": { "matches": [ "*:\/\/*.douyutv.com\/*", "*:\/\/*.douyu.com\/*", "http:\/\/douyu.shiniv.com\/*" ] }, "options_page": "options.html", "minimum_chrome_version": "33.0.1750", "permissions": [ "tts", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.douyutv.com\/*", "*:\/\/*.douyu.com\/*" ], "web_accessible_resources": [ "js\/detect-rocket.js", "xx-button.html" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com ; object-src 'self';" } |