youtube-live-chat-selector
Chrome Extension for Selecting Chat Messages on YouTube Live.
什么是youtube-live-chat-selector?
youtube-live-chat-selector是由https://fiahfy.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension for Selecting Chat Messages on YouTube Live.”。
扩展截图
下载youtube-live-chat-selector扩展crx文件
下载youtube-live-chat-selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Filter chat messages by authority types. 扩展基本信息
| 名称 | |
| ID | elgbmlibcejchmmfkngbdpdmejbajkll |
| 官方URL | https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll |
| 简介 | Chrome Extension for Selecting Chat Messages on YouTube Live. |
| 文件大小 | 100 KB |
| 安装次数 | 5,772 |
| 当前版本 | 0.0.9 |
| 更新时间 | 2023-05-06 |
| 上架时间 | 2020-04-01 |
| 评分 | 4.80/5 共35次评分 |
| 开发者 | https://fiahfy.blogspot.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "youtube-live-chat-selector",
"description": "Chrome Extension for Selecting Chat Messages on YouTube Live.",
"version": "0.0.9",
"manifest_version": 3,
"icons": {
"128": "icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script.ts-loader-924d9f2a.js"
],
"matches": [
"https:\/\/www.youtube.com\/live_chat*"
],
"all_frames": true,
"css": [
"assets\/content-script-13bac0e4.css"
]
}
],
"action": {
"default_icon": "icon.png",
"default_popup": "src\/popup.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"resources": [
"assets\/content-script.ts-a8ccf41d.js"
],
"use_dynamic_url": true
}
]
} | |