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 |
| Eメール | [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\/*"
]
} | |