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
Eメール [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"
    }
}