YouTube Music Web Player Search

Unofficial YouTube Music Web Player Search Extension.

YouTube Music Web Player Searchとは何ですか?

YouTube Music Web Player Searchはbigdreams564によって開発されたChromeの拡張機能で、その主な機能は「Unofficial YouTube Music Web Player Search Extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

YouTube Music Web Player Search拡張機能のCRXファイルをダウンロード

YouTube Music Web Player Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        YouTube Music Web Player Search Extension. Search & play music in YouTube Music Player using Google Custom Search directly from chrome omnibox (search bar).
YouTube Music Web Player search allows the user seamlessly search track, albums, artists while surfing the web by navigating to the YouTube Music Player Search user interface. 

How to Use
1.First of all, open YouTube Music Web Player (https://music.youtube.com/). Sign in and always remain logged in to search and play music seamlessly directly from chrome omni box(search or url box).
2. Now you can click extension icon to launch search OR use omnibox and type "YTM" 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 YouTube Music Web Player you will be able to play it asap else you will be asked to log in.
5. Enjoy searching music on YouTube Music™ for free!

Some of the noteworthy competitors of YouTube Music vs are amazon music, apple music, boomplay, deezer, spotify etc. We will introduce YouTube Music hotkeys in later updates. You may also add songs in your youtube music playlist after searching it here.

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

YouTube™, YouTube Music™, and their related trademarks, names, and logos are the property of Google LLC. The Extension is not affiliated with, sponsored, or endorsed by YouTube or Google. All other trademarks, names, and logos used in the Extension are the property of their respective owners.                    

拡張機能の基本情報

名前 YouTube Music Web Player Search YouTube Music Web Player Search
ID gooogiookckojjoinofnjfogcfocfkbn
公式URL https://chromewebstore.google.com/detail/youtube-music-web-player/gooogiookckojjoinofnjfogcfocfkbn
説明 Unofficial YouTube Music Web Player Search Extension.
ファイルサイズ 9.45 KB
インストール数 7,442
現在のバージョン 1.1
最終更新日 2023-08-17
公開日 2019-08-28
評価 4.41/5 合計 22 レビュー
開発者 bigdreams564
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chromecrxstore.com/searchyoutubemusic/
プライバシーポリシーページのURL https://chromecrxstore.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Music Web Player Search",
    "version": "1.1",
    "description": "Unofficial YouTube Music Web Player Search Extension.",
    "omnibox": {
        "keyword": "ytm"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Google",
            "keyword": "google",
            "search_url": "https:\/\/chromecrxstore.com\/query\/index.html?q={searchTerms}",
            "favicon_url": "https:\/\/chromecrxstore.com\/query\/icon.jpg",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_icon": "icon.png"
    }
}