YouTube Word Search
Search through YouTube videos for keywords.
什么是YouTube Word Search?
YouTube Word Search是由jamirian45开发的Chrome扩展程序,该扩展的主要功能是“Search through YouTube videos for keywords.”。
扩展截图
下载YouTube Word Search扩展crx文件
下载YouTube Word Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enter a phrase into the search bar. Jump forwards or backwards to any time in the video where the phrase was mentioned.
Support for caption-less videos coming soon! 扩展基本信息
| 名称 | |
| ID | mkjccbihbkldjhdidiafbnpdkdkpnifn |
| 官方URL | https://chromewebstore.google.com/detail/youtube-word-search/mkjccbihbkldjhdidiafbnpdkdkpnifn |
| 简介 | Search through YouTube videos for keywords. |
| 文件大小 | 93.05 KB |
| 安装次数 | 169 |
| 当前版本 | 2.0.3 |
| 更新时间 | 2023-09-17 |
| 上架时间 | 2020-05-22 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | jamirian45 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Word Search",
"short_name": "YouTube Search",
"version": "2.0.3",
"description": "Search through YouTube videos for keywords.",
"manifest_version": 3,
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"scripting",
"storage"
]
} | |