Spotify Web Player

Unofficial Spotify Web Player Search Extension.

什么是Spotify Web Player?

Spotify Web Player是由Shivam rana开发的Chrome扩展程序,该扩展的主要功能是“Unofficial Spotify Web Player Search Extension.”。

扩展截图

screenshot

下载Spotify Web Player扩展crx文件

下载Spotify Web Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Spotify Web Player Extension. Search music from Spotify Web app using Google custom search api.
This is a Spotify web  player search that allows the user seamlessly 
 search play/pause/like/repeat or jump to previous or next track while surfing the web by navigating to the Spotify player user interface. 

How to Use Spotify Web Player Search pro
1.First download the Spotify Player app.
2. Now you can click extension icon to launch search or use omnibox and type "spot" enter tab key and type to search the track of your choice.
3. When you find the track , music or song you were looking for just click the link.
4. If you are already logged into Spotify you will be able to play it asap else you will be asked to log in.
5. Enjoy Searching Spotify.

To provide this functionality extension takes over you default search for seamless experience..                    

扩展基本信息

名称 Spotify Web Player Spotify Web Player
ID gphjkkbkmaiccfnhcoiibpkfpmpnkfeb
官方URL https://chromewebstore.google.com/detail/spotify-web-player/gphjkkbkmaiccfnhcoiibpkfpmpnkfeb
简介 Unofficial Spotify Web Player Search Extension.
文件大小 22.69 KB
安装次数 10,126
当前版本 1.5229
更新时间 2024-02-28
上架时间 2022-05-25
评分 5.00/5 共3次评分
开发者 Shivam rana
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chromeapps.site/privacypolicy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotify Web Player",
    "version": "1.5229",
    "offline_enabled": true,
    "container": "GOOGLE_DRIVE",
    "description": "Unofficial Spotify Web Player Search Extension.",
    "omnibox": {
        "keyword": "spot"
    },
    "icons": {
        "128": "icon.jpg"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "statistics.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Spotify Web Player Search",
            "keyword": "movie",
            "search_url": "https:\/\/chromeapps.site\/spotifysearch\/search.html?q={searchTerms}",
            "favicon_url": "https:\/\/chromeapps.site\/spotifysearch\/icon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_icon": "icon.jpg"
    }
}