Video Search for YouTube
Search the textual content of any YouTube video.
什麼是Video Search for YouTube?
Video Search for YouTube是由Ron開發的Chrome擴展程式,該擴展的主要功能是“Search the textual content of any YouTube video.”。
擴展截圖
下載Video Search for YouTube擴展crx文件
下載Video Search for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension gives you the ability to search textual content of any YouTube video. Save time by skipping to the content you're looking for. ★ Features * Search any YouTube video * 100% Free & open source * No configuration, one-click install and you're done. * Autocomplete suggestions that help you locate content faster * Ultra-fast and very lightweight After installing, please reload all YouTube tabs for the extension to take effect. ✓ Permissions & Privacy All search activity takes place on your computer, the extension only requires access to youtube.com in order to access YouTube videos transcripts and add the search capability to the YouTube player. The extension does not communicate with any other server. ✓ Terms of Use Only works on youtube.com. No guarantee or warranty is given with the use of this "Video Search for Youtube™" software. The author shall not be held liable for any consequences by its use. Usage of "Video Search for Youtube™" extension means that you agree to these terms. Youtube™ and the YouTube logo are trademarks of Google Inc. Use of these trademarks is subject to Google Permissions. This extension is not created nor endorsed by Google Inc.
擴展基本資訊
名稱 | Video Search for YouTube |
ID | habdalaejnjehgaadeignhbmllkdngpf |
官方網址 | https://chromewebstore.google.com/detail/video-search-for-youtube/habdalaejnjehgaadeignhbmllkdngpf |
簡介 | Search the textual content of any YouTube video. |
檔案大小 | 20.65 KB |
安裝次數 | 3,356 |
目前版本 | 1.0.1 |
更新時間 | 2020-03-05 |
上架時間 | 2020-03-04 |
評分 | 3.88/5 共 24 次評分 |
開發者 | Ron |
付費類型 | free |
擴展官網 | https://github.com/masasron/Video-Search-For-YouTube/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Search for YouTube", "description": "Search the textual content of any YouTube video.", "version": "1.0.1", "manifest_version": 2, "web_accessible_resources": [ "src\/app\/*", "src\/app\/libraries\/*.js", "src\/app\/components\/*.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "src\/content-scripts\/youtube.js" ] } ], "icons": { "16": ".\/icons\/16x16.png", "48": ".\/icons\/48x48.png", "128": ".\/icons\/128x128.png" }, "permissions": [ "*:\/\/*.youtube.com\/*" ] } |