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."입니다.

확장 프로그램 스크린샷

screenshot

Video Search for YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Video Search for YouTube
ID habdalaejnjehgaadeignhbmllkdngpf
공식 URL 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\/*"
    ]
}