YouTube Quick Search

Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…

什么是YouTube Quick Search?

YouTube Quick Search是由afkdev8开发的Chrome扩展程序,该扩展的主要功能是“Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…”。

扩展截图

screenshot

下载YouTube Quick Search扩展crx文件

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

扩展使用说明

                        Search on YouTube

No need to tediously open a new tab or window to search a highlighted word/text on YouTube.
Just use this extension!

1) Mark any text in your browser

2) Right-click on it 

3) Press "Search on YouTube"



Contact: [email protected]                    

扩展基本信息

名称 YouTube Quick Search YouTube Quick Search
ID algmmcbdjmplgjmligafamelebkahfhh
官方URL https://chromewebstore.google.com/detail/youtube-quick-search/algmmcbdjmplgjmligafamelebkahfhh
简介 Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…
文件大小 11.68 KB
安装次数 60
当前版本 2.0
更新时间 2023-12-06
上架时间 2020-03-16
评分 5.00/5 共2次评分
开发者 afkdev8
电子邮箱 [email protected]
付费类型 free
扩展官网 https://afkdev8.vercel.app/
帮助页面URL https://github.com/mrinfinidy/YouTubeSearch
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Quick Search",
    "version": "2.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}