NowPlaying.Site Extension
Implements a client to send the current active tab to the nowplaying widget
O que é NowPlaying.Site Extension?
NowPlaying.Site Extension é uma extensão do Chrome desenvolvida por NowPlaying, e sua principal característica é "Implements a client to send the current active tab to the nowplaying widget".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NowPlaying.Site Extension
Baixe arquivos de extensão NowPlaying.Site Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension enables the widget to display information about the currently playing song (for example: YouTube, SoundCloud or a twitch stream). This extension only works if your have an account on: https://nowplaying.site/ There is a full guide on how to use the extension in our discord: https://discord.gg/HPFnWk48RT
Informações Básicas da Extensão
Nome | NowPlaying.Site Extension |
ID | jacgmbcjfkkbnpjgghihpaamminefmep |
URL Oficial | https://chromewebstore.google.com/detail/nowplayingsite-extension/jacgmbcjfkkbnpjgghihpaamminefmep |
Descrição | Implements a client to send the current active tab to the nowplaying widget |
Tamanho do Arquivo | 76.61 KB |
Contagem de Instalações | 1,790 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-11-22 |
Data de Publicação | 2021-08-16 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | NowPlaying |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nowplaying.site/ |
URL da Página de Ajuda | https://discord.gg/c6586qD2Mk |
URL da Página de Política de Privacidade | https://nowplaying.site/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NowPlaying.Site Extension", "version": "1.0.1", "description": "Implements a client to send the current active tab to the nowplaying widget", "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content-scripts\/trackVideoProgress.js" ], "all_frames": true }, { "matches": [ "*:\/\/*.soundcloud.com\/*" ], "js": [ "content-scripts\/soundcloud.js" ] }, { "matches": [ " |