Spotify Playback Speed

Adds A Button And Menu To Control Playback Speed On Spotify Web Player

Spotify Playback Speed क्या है?

Spotify Playback Speed https://spotifyplaybackspeed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds A Button And Menu To Control Playback Speed On Spotify Web Player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spotify Playback Speed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Spotify Playback Speed Extension Allows You To Change Playback Speed Of  A Song On Spotify™ Web Player.

Installation Instructions:

1. Click on “Add to Chrome” button.
2. Then, click on “Add Extension” button prompted on screen.
3. Click on “Puzzle” icon on right hand side of Chrome bar.
4. Pin the extension as it should be blue pin in front of the extension name “Spotify Playback Speed”.
5. Play the music on open.spotify.com and you will find the icon of Playback Speed in Web Player.

DISCLAIMER:

Spotify is a trademark of Spotify Technology S.A., registered in the U.S. and other countries. This extension is an independent project and has no relationship to Spotify or Spotify Technology S.A.

This extension is against Spotify's Terms of Service.                    

एक्सटेंशन की मूल जानकारी

नाम Spotify Playback Speed Spotify Playback Speed
ID plgdnekhipcapjfnioehiffiionkleao
आधिकारिक URL https://chromewebstore.google.com/detail/spotify-playback-speed/plgdnekhipcapjfnioehiffiionkleao
विवरण Adds A Button And Menu To Control Playback Speed On Spotify Web Player
फ़ाइल का आकार 159 KB
स्थापना संख्या 1,031
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-07-19
प्रकाशन तिथि 2023-01-15
रेटिंग 4.82/5 कुल 38 रेटिंग्स
डेवलपर https://spotifyplaybackspeed.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.spotifyplaybackspeed.com/
सहायता पृष्ठ URL https://www.spotifyplaybackspeed.com/
समर्थित भाषाएँ de,en,en-GB,en-US,fr,sw,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ]
}