42FM
42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…
Wat is 42FM?
42FM is een Chrome-extensie ontwikkeld door https://42fm.app, en de belangrijkste functie is "42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -…".
Extensie Screenshots
Download het CRX-bestand van de extensie 42FM
Download 42FM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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"
Basisinformatie over de Extensie
Naam | 42FM |
ID | djkopjknjkhhhlbpaooiffegfhibkdka |
Officiële URL | https://chromewebstore.google.com/detail/42fm/djkopjknjkhhhlbpaooiffegfhibkdka |
Beschrijving | 42FM allows you to listen to music on Twitch with synchronization between users that use this extension. Available commands: -… |
Bestandsgrootte | 597 KB |
Aantal Installaties | 1,078 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2023-10-07 |
Publicatiedatum | 2022-02-22 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://42fm.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://42fm.app/ |
Ondersteunde Talen | 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\/*" ] } |