Searchyy - Find on YouTube by Right-Click
Search highlighted/selected text on YouTube with right click!
什么是Searchyy - Find on YouTube by Right-Click?
Searchyy - Find on YouTube by Right-Click是由Vladyslav Bova开发的Chrome扩展程序,该扩展的主要功能是“Search highlighted/selected text on YouTube with right click!”。
扩展截图
下载Searchyy - Find on YouTube by Right-Click扩展crx文件
下载Searchyy - Find on YouTube by Right-Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I developed this extension for myself and I hope you will love it too. It's pretty simple. Right click on selected text will redirect you on YouTube with the results. It just saves a time.
扩展基本信息
名称 | |
ID | alhnhopmdlijlcdfbmlaflpfbcgfdekh |
官方URL | https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh |
简介 | Search highlighted/selected text on YouTube with right click! |
文件大小 | 9.2 KB |
安装次数 | 64 |
当前版本 | 1.0 |
更新时间 | 2022-02-01 |
上架时间 | 2022-02-01 |
评分 | 5.00/5 共3次评分 |
开发者 | Vladyslav Bova |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Searchyy - Find on YouTube by Right-Click", "description": "Search highlighted\/selected text on YouTube with right click!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |