42FM

42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…

42FM là gì?

42FM là một tiện ích mở rộng Chrome được phát triển bởi https://42fm.app, và tính năng chính của nó là "42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 42FM

Tải xuống các tệp mở rộng 42FM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 42FM 42FM
ID djkopjknjkhhhlbpaooiffegfhibkdka
URL Chính Thức https://chromewebstore.google.com/detail/42fm/djkopjknjkhhhlbpaooiffegfhibkdka
Mô tả 42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…
Kích Thước Tệp 597 KB
Số Lần Cài Đặt 1,078
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-10-07
Ngày Phát Hành 2022-02-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://42fm.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://42fm.app/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}