Music Tab
View your recently played Spotify songs everytime you open a new tab!
Music Tab क्या है?
Music Tab Brandon Vo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your recently played Spotify songs everytime you open a new tab!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Music Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Music Tab, you can appreciate your favourite artists' cover art while browsing the web. Music Tab is a new tab theme that displays the cover art and title of a recent Spotify song you listened. To get started, install the Google Chrome extension and enable Music Tab. Planned Features • Customizable Background (colour, gradient...) • Displayed Song Settings (top tracks, recommended songs...)
एक्सटेंशन की मूल जानकारी
नाम | Music Tab |
ID | ognlklnalejbjmbliihoojjeeaeiobao |
आधिकारिक URL | https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao |
विवरण | View your recently played Spotify songs everytime you open a new tab! |
फ़ाइल का आकार | 785 KB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2022-03-08 |
प्रकाशन तिथि | 2022-03-03 |
रेटिंग | 4.96/5 कुल 23 रेटिंग्स |
डेवलपर | Brandon Vo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Music Tab", "version": "1.1.4", "description": "View your recently played Spotify songs everytime you open a new tab!", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" } }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'self'" }, "permissions": [ "storage" ] } |