42FM
42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…
What is 42FM?
42FM is a Chrome extension developed by https://42fm.app, and its main feature is "42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…".
Extension Screenshots
Download 42FM Extension CRX File
Download 42FM 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
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"
Extension Basic Information
Name | 42FM |
ID | djkopjknjkhhhlbpaooiffegfhibkdka |
Official URL | https://chromewebstore.google.com/detail/42fm/djkopjknjkhhhlbpaooiffegfhibkdka |
Description | 42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -… |
File Size | 597 KB |
Installation Count | 1,078 |
Current Version | 0.1.3 |
Last Updated | 2023-10-07 |
Publish Date | 2022-02-22 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://42fm.app |
[email protected] | |
Payment Type | free |
Extension Website | https://42fm.app/ |
Supported Languages | 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\/*" ] } |