Spotify Player+
Spotify Player+ | A simpler way to control your music.
Spotify Player+ क्या है?
Spotify Player+ carlssonk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spotify Player+ | A simpler way to control your music."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotify Player+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NOTE: This extension only works with premium Spotify accounts. Tired of switching or tabbing out of your current page just to change a song on the Spotify app, to then realize you have ruined the flow of all your chrome tabs and your valuable time? then Spotify Player+ is for you. This is a mini player that you can use to play/pause/shuffle/skip tracks and more. After you've installed the extension, you simply just hit the Spotify Player+ icon at the top right corner of your browser to open the mini controller. Key Features: • Listen to Music or Podcasts; • Play/Stop/Shuffle/Repeat tracks; • Previous/Next tracks; • Like/Save track; • Change volume of track; • Seek 15 seconds Forward/Backward on podcasts;
एक्सटेंशन की मूल जानकारी
नाम | Spotify Player+ |
ID | haibeacocpobdaiimnfhjbkiggfacehc |
आधिकारिक URL | https://chromewebstore.google.com/detail/spotify-player+/haibeacocpobdaiimnfhjbkiggfacehc |
विवरण | Spotify Player+ | A simpler way to control your music. |
फ़ाइल का आकार | 54.5 KB |
स्थापना संख्या | 1,330 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2022-01-12 |
प्रकाशन तिथि | 2022-01-12 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | carlssonk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotify Player+", "description": "Spotify Player+ | A simpler way to control your music.", "version": "1.2.0", "icons": { "128": ".\/assets\/icon-128.png", "48": ".\/assets\/icon-48.png", "16": ".\/assets\/icon-16.png" }, "action": { "default_title": "Spotify Player+", "default_icon": ".\/assets\/icon-128.png", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": ".\/background.bundle.js" }, "permissions": [ "identity", "storage" ] } |