NowPlaying.Site Extension
Implements a client to send the current active tab to the nowplaying widget
Apa itu NowPlaying.Site Extension?
NowPlaying.Site Extension adalah ekstensi Chrome yang dikembangkan oleh NowPlaying, dan fitur utamanya adalah "Implements a client to send the current active tab to the nowplaying widget".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NowPlaying.Site Extension
Unduh file ekstensi NowPlaying.Site Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | NowPlaying.Site Extension |
ID | jacgmbcjfkkbnpjgghihpaamminefmep |
URL Resmi | https://chromewebstore.google.com/detail/nowplayingsite-extension/jacgmbcjfkkbnpjgghihpaamminefmep |
Deskripsi | Implements a client to send the current active tab to the nowplaying widget |
Ukuran File | 76.61 KB |
Jumlah Instalasi | 1,790 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-11-22 |
Tanggal Publikasi | 2021-08-16 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | NowPlaying |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://nowplaying.site/ |
URL Halaman Bantuan | https://discord.gg/c6586qD2Mk |
URL Halaman Kebijakan Privasi | https://nowplaying.site/privacy-policy |
Bahasa yang Didukung | 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": [ " |