42FM
42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…
什么是42FM?
42FM是由https://42fm.app开发的Chrome扩展程序,该扩展的主要功能是“42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…”。
扩展截图
下载42FM扩展crx文件
下载42FM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
42FM allows you to listen to music on Twitch with synchronization between users that use this extension.
Available commands:
- "!fm "
Commands for broadcaster/mods
- "!fm help"
- "!fm pause"
- "!fm play"
- "!fm skip"
- "!fm clear" 扩展基本信息
| 名称 | |
| ID | djkopjknjkhhhlbpaooiffegfhibkdka |
| 官方URL | https://chromewebstore.google.com/detail/42fm/djkopjknjkhhhlbpaooiffegfhibkdka |
| 简介 | 42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -… |
| 文件大小 | 597 KB |
| 安装次数 | 1,078 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2023-10-07 |
| 上架时间 | 2022-02-22 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://42fm.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://42fm.app/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "42FM",
"version": "0.1.3",
"action": {
"default_title": "42FM",
"default_icon": {
"32": "assets\/logo-32.png"
}
},
"icons": {
"32": "assets\/logo-32.png",
"64": "assets\/logo-64.png",
"128": "assets\/logo-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/twitch.tv\/*",
"*:\/\/www.twitch.tv\/*"
],
"js": [
"inject.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"content.js",
"inject.js",
"iframe.js"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.twitch.tv\/*"
]
},
"host_permissions": [
"*:\/\/*.twitch.tv\/*"
]
} | |