Spotify Playback Speed Access
Adds ability to change song speed with an input next to the volume slider.
Spotify Playback Speed Access क्या है?
Spotify Playback Speed Access nohup.or.disown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds ability to change song speed with an input next to the volume slider."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotify Playback Speed Access एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
IMPORTANT: Refresh if it doesn't show up! The extension is open source so feel free to look at the heavily commented code on github here https://github.com/intOrfloat/spotitySpeedExtension Version 1.6: -Fix issue where speed input would sometimes not appear(race condition with loading dom) -Fixed issue where free version of spotify would load too quickly and cause the extension to load after spotify's scripts :'D btw ublock origin extension removes spotify ads Version 1.5: -Added redundancy to ensure the extension loads -Spotify started randomly using
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cgbihpjbhpdfbdckcabcniojdhcgblhd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spotify-playback-speed-ac/cgbihpjbhpdfbdckcabcniojdhcgblhd |
विवरण | Adds ability to change song speed with an input next to the volume slider. |
फ़ाइल का आकार | 13.33 KB |
स्थापना संख्या | 24,075 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2019-10-08 |
प्रकाशन तिथि | 2019-10-08 |
रेटिंग | 3.06/5 कुल 157 रेटिंग्स |
डेवलपर | nohup.or.disown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/intOrfloat/spotitySpeedExtension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Playback Speed Access", "description": "Adds ability to change song speed with an input next to the volume slider.", "version": "1.6", "permissions": [ "storage" ], "icons": { "16": "speed16.png", "48": "speed48.png", "128": "speed128.png" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content-script.js" ] } ], "manifest_version": 2 } |