CurrentSong
Implements a client to send the current active tab to a local server
Co je CurrentSong?
CurrentSong je rozšíření Chrome vyvinuté Nerixyz, a jeho hlavní funkcí je „Implements a client to send the current active tab to a local server“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CurrentSong
Stáhněte si soubory rozšíření CurrentSong ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension enables the Current Song Overlay to display information about the currently playing song (for example: YouTube, SoundCloud). Základní Informace o Rozšíření
| Název | |
| ID | alanjgmjccmkkpmpejgdhaodfjlmcone |
| Oficiální URL | https://chromewebstore.google.com/detail/currentsong/alanjgmjccmkkpmpejgdhaodfjlmcone |
| Popis | Implements a client to send the current active tab to a local server |
| Velikost souboru | 66.77 KB |
| Počet instalací | 648 |
| Aktuální Verze | 0.5.1 |
| Poslední Aktualizace | 2021-04-05 |
| Datum Vydání | 2020-09-07 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Nerixyz |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/Nerixyz/current-song-overlay |
| URL Stránky Nápovědy | https://github.com/Nerixyz/current-song-overlay/issues |
| Podporované Jazyky | 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": [
" | |