CurrentSong
Implements a client to send the current active tab to a local server
Cos'è CurrentSong?
CurrentSong è un'estensione di Chrome sviluppata da Nerixyz, e la sua funzione principale è "Implements a client to send the current active tab to a local server".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CurrentSong
Scarica i file di estensione CurrentSong in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension enables the Current Song Overlay to display information about the currently playing song (for example: YouTube, SoundCloud).
Informazioni di Base sull'Estensione
Nome | CurrentSong |
ID | alanjgmjccmkkpmpejgdhaodfjlmcone |
URL Ufficiale | https://chromewebstore.google.com/detail/currentsong/alanjgmjccmkkpmpejgdhaodfjlmcone |
Descrizione | Implements a client to send the current active tab to a local server |
Dimensione del File | 66.77 KB |
Conteggio Installazioni | 648 |
Versione Corrente | 0.5.1 |
Ultimo Aggiornamento | 2021-04-05 |
Data di Pubblicazione | 2020-09-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Nerixyz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Nerixyz/current-song-overlay |
URL della Pagina di Aiuto | https://github.com/Nerixyz/current-song-overlay/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CurrentSong", "version": "0.5.1", "description": "Implements a client to send the current active tab to a local server", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content-scripts\/trackVideoProgress.js" ], "all_frames": true }, { "matches": [ "*:\/\/*.soundcloud.com\/*" ], "js": [ "content-scripts\/soundcloud.js" ] }, { "matches": [ "*:\/\/*.neverthink.tv\/*" ], "js": [ "content-scripts\/neverthink.js" ] }, { "matches": [ " |