CurrentSong
Implements a client to send the current active tab to a local server
CurrentSong क्या है?
CurrentSong Nerixyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Implements a client to send the current active tab to a local server"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CurrentSong एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension enables the Current Song Overlay to display information about the currently playing song (for example: YouTube, SoundCloud).
एक्सटेंशन की मूल जानकारी
नाम | CurrentSong |
ID | alanjgmjccmkkpmpejgdhaodfjlmcone |
आधिकारिक URL | https://chromewebstore.google.com/detail/currentsong/alanjgmjccmkkpmpejgdhaodfjlmcone |
विवरण | Implements a client to send the current active tab to a local server |
फ़ाइल का आकार | 66.77 KB |
स्थापना संख्या | 648 |
वर्तमान संस्करण | 0.5.1 |
अंतिम अपडेट | 2021-04-05 |
प्रकाशन तिथि | 2020-09-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Nerixyz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Nerixyz/current-song-overlay |
सहायता पृष्ठ URL | https://github.com/Nerixyz/current-song-overlay/issues |
समर्थित भाषाएँ | 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": [ " |