YouTube Music Selection Search

Search for selected text in YouTube Music.

什么是YouTube Music Selection Search?

YouTube Music Selection Search是由darmarco开发的Chrome扩展程序,该扩展的主要功能是“Search for selected text in YouTube Music.”。

扩展截图

screenshot

下载YouTube Music Selection Search扩展crx文件

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

扩展使用说明

                        Use the context menu to search for YouTube Music from text selected on a web page.                    

扩展基本信息

名称 YouTube Music Selection Search YouTube Music Selection Search
ID ihiboenbgflbaccgopgfkoeacabceiie
官方URL https://chromewebstore.google.com/detail/youtube-music-selection-s/ihiboenbgflbaccgopgfkoeacabceiie
简介 Search for selected text in YouTube Music.
文件大小 15.85 KB
安装次数 37
当前版本 0.0.3
更新时间 2021-10-03
上架时间 2021-08-08
评分 5.00/5 共1次评分
开发者 darmarco
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.darylmarco.com/
帮助页面URL http://www.darylmarco.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Music Selection Search",
    "version": "0.0.3",
    "description": "Search for selected text in YouTube Music.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}