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

확장 프로그램 스크린샷

screenshot
screenshot

Find on YouTube (Context Menu) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This simple extension adds context menu for selected text to search in youtube.com.                    

확장 프로그램 기본 정보

이름 Find on YouTube (Context Menu) Find on YouTube (Context Menu)
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"
    }
}