Find on YouTube (Context Menu)
This extension adds a context menu option for selected text in order to find video related to the text
什么是Find on YouTube (Context Menu)?
Find on YouTube (Context Menu)是由Romkaq开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a context menu option for selected text in order to find video related to the text”。
扩展截图
下载Find on YouTube (Context Menu)扩展crx文件
下载Find on YouTube (Context Menu)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple extension adds context menu for selected text to search in youtube.com. 扩展基本信息
| 名称 | |
| ID | agpgbopfbmfklefdodadbcengmimldpb |
| 官方URL | https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb |
| 简介 | This extension adds a context menu option for selected text in order to find video related to the text |
| 文件大小 | 7.01 KB |
| 安装次数 | 518 |
| 当前版本 | 2.2 |
| 更新时间 | 2022-06-18 |
| 上架时间 | 2021-07-03 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Romkaq |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "2.2",
"default_locale": "en",
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "script.js"
},
"icons": {
"128": "icon128.png"
}
} | |