NowPlaying.Site Extension
Implements a client to send the current active tab to the nowplaying widget
NowPlaying.Site Extensionคืออะไร?
NowPlaying.Site Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NowPlaying และคุณลักษณะหลักของมันคือ "Implements a client to send the current active tab to the nowplaying widget"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NowPlaying.Site Extension
ดาวน์โหลดไฟล์ส่วนขยาย NowPlaying.Site Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NowPlaying.Site Extension |
ID | jacgmbcjfkkbnpjgghihpaamminefmep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nowplayingsite-extension/jacgmbcjfkkbnpjgghihpaamminefmep |
คำอธิบาย | Implements a client to send the current active tab to the nowplaying widget |
ขนาดไฟล์ | 76.61 KB |
จำนวนการติดตั้ง | 1,790 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-11-22 |
วันที่เผยแพร่ | 2021-08-16 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | NowPlaying |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nowplaying.site/ |
URL หน้าช่วยเหลือ | https://discord.gg/c6586qD2Mk |
URL หน้านโยบายความเป็นส่วนตัว | https://nowplaying.site/privacy-policy |
ภาษาที่รองรับ | 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": [ " |