NowPlaying.Site Extension
Implements a client to send the current active tab to the nowplaying widget
¿Qué es NowPlaying.Site Extension?
NowPlaying.Site Extension es una extensión de Chrome desarrollada por NowPlaying, y su función principal es "Implements a client to send the current active tab to the nowplaying widget".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NowPlaying.Site Extension
Descarga archivos de extensión NowPlaying.Site Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | NowPlaying.Site Extension |
ID | jacgmbcjfkkbnpjgghihpaamminefmep |
URL Oficial | https://chromewebstore.google.com/detail/nowplayingsite-extension/jacgmbcjfkkbnpjgghihpaamminefmep |
Descripción | Implements a client to send the current active tab to the nowplaying widget |
Tamaño del Archivo | 76.61 KB |
Cantidad de Instalaciones | 1,790 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-11-22 |
Fecha de Publicación | 2021-08-16 |
Calificación | 1.00/5 Total de 2 Calificaciones |
Desarrollador | NowPlaying |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://nowplaying.site/ |
URL de la Página de Ayuda | https://discord.gg/c6586qD2Mk |
URL de la Página de Política de Privacidad | https://nowplaying.site/privacy-policy |
Idiomas Soportados | 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": [ " |