斗鱼直播H5版扩展
1. 添加广播开关
What is 斗鱼直播H5版扩展?
斗鱼直播H5版扩展 is a Chrome extension developed by Unknown, and its main feature is "1. 添加广播开关".
Extension Screenshots
Download 斗鱼直播H5版扩展 Extension CRX File
Download 斗鱼直播H5版扩展 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
斗鱼直播H5版扩展 1. 添加广播开关
Extension Basic Information
Name | 斗鱼直播H5版扩展 |
ID | dhchofanmhkmhhgfinpklbmbcbhhjbfl |
Official URL | https://chromewebstore.google.com/detail/%E6%96%97%E9%B1%BC%E7%9B%B4%E6%92%ADh5%E7%89%88%E6%89%A9%E5%B1%95/dhchofanmhkmhhgfinpklbmbcbhhjbfl |
Description | 1. 添加广播开关 |
File Size | 7.39 KB |
Installation Count | 47 |
Current Version | 1.0 |
Last Updated | 2019-05-05 |
Publish Date | 2019-05-05 |
Developer | Unknown |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6597\u9c7c\u76f4\u64adH5\u7248\u6269\u5c55", "version": "1.0", "description": "1. \u6dfb\u52a0\u5e7f\u64ad\u5f00\u5173", "icons": { "48": "images\/get_started48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.douyu.com\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |