Open Spotify Desktop

Redirect all valid URL to Spotify Desktop App

Vad är Open Spotify Desktop?

Open Spotify Desktop är en Chrome-tillägg utvecklad av Chimildic, och dess huvudfunktion är "Redirect all valid URL to Spotify Desktop App".

Tilläggsskärmbilder

screenshot

Ladda ner Open Spotify Desktop-förlängningens CRX-fil

Ladda ner Open Spotify Desktop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        When you click to link "open.spotify.com", the extension redirects to Spotify Desktop App and closes the tab. For the first redirect, set the "always allow" option so that the redirect will work automatically in the future.

Support link to: track, playlist, user, artist, album, show, episode. 

To disable redirection, disable the extension in the browser.

Feedback via GitHub (link in the right block) or Chrome Web Store.                    

Grundläggande Information om Tillägg

Namn Open Spotify Desktop Open Spotify Desktop
ID pnbnpemckkkiilpamimpoadnfjkchfjo
Officiell webbadress https://chromewebstore.google.com/detail/open-spotify-desktop/pnbnpemckkkiilpamimpoadnfjkchfjo
Beskrivning Redirect all valid URL to Spotify Desktop App
Filstorlek 61.51 KB
Antal Installationer 661
Aktuell Version 0.0.5
Senast Uppdaterad 2021-03-16
Publiceringsdatum 2021-01-07
Betyg 4.70/5 Totalt 37 Betyg
Utvecklare Chimildic
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Chimildic/open-spotify-desktop
Hjälpsida URL https://github.com/Chimildic/open-spotify-desktop/discussions
URL till Sekretesspolicy Sidan https://sites.google.com/view/chimildic-privacy-policy
Stödda Språk en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "0.0.5",
    "manifest_version": 2,
    "author": "Chimildic",
    "default_locale": "en",
    "permissions": [
        "storage",
        "*:\/\/open.spotify.com\/*"
    ],
    "background": {
        "scripts": [
            "\/script\/background\/background.js",
            "\/script\/background\/utils.js",
            "\/script\/background\/options.js",
            "\/script\/background\/request.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "\/logo\/icon16.png",
        "24": "\/logo\/icon24.png",
        "32": "\/logo\/icon32.png",
        "64": "\/logo\/icon64.png",
        "128": "\/logo\/icon128.png",
        "256": "\/logo\/icon256.png",
        "512": "\/logo\/icon512.png"
    },
    "homepage_url": "https:\/\/github.com\/Chimildic\/open-spotify-desktop"
}