YouTube URL Grabber Plus

A Chrome extension to grab YouTube URLs and Video TItle from search results

YouTube URL Grabber Plus란 무엇입니까?

YouTube URL Grabber Plus은(는) shimonchohen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to grab YouTube URLs and Video TItle from search results"입니다.

확장 프로그램 스크린샷

screenshot

YouTube URL Grabber Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTube URL Grabber Plus is a powerful Chrome extension designed to enhance your YouTube search experience. With just a single click, you can effortlessly extract both the URLs and corresponding video titles from the search results page.

Say goodbye to the tedious task of manually copying and pasting YouTube links. This user-friendly extension streamlines the process, allowing you to quickly grab the URLs and titles of multiple videos in one go.

Whether you're a content creator, researcher, or simply a YouTube enthusiast, YouTube URL Grabber Plus is a valuable tool for organizing and managing your YouTube discoveries. Save time and effort by instantly exporting the results to a convenient CSV file, neatly listing the URLs and their accompanying video titles.

Key Features:

Efficient URL Extraction: Extract YouTube URLs and video titles with a single click.
Enhanced Search Experience: Easily gather URLs and titles from YouTube search results.
Streamlined Organization: Export the data directly to a CSV file for convenient management.
User-Friendly Interface: Intuitive design for seamless navigation and hassle-free operation.
Time-Saving Solution: Save hours of manual effort by automating the URL grabbing process.
Unlock the full potential of YouTube search with YouTube URL Grabber Plus. Download the extension now and supercharge your YouTube exploration and content management workflow!                    

확장 프로그램 기본 정보

이름 YouTube URL Grabber Plus YouTube URL Grabber Plus
ID dejliemmpgpoiddjnmclnioakcanlkjn
공식 URL https://chromewebstore.google.com/detail/youtube-url-grabber-plus/dejliemmpgpoiddjnmclnioakcanlkjn
설명 A Chrome extension to grab YouTube URLs and Video TItle from search results
파일 크기 23.33 KB
설치 횟수 170
현재 버전 1.0
최근 업데이트 2023-06-29
출시 날짜 2023-06-29
평점 5.00/5 총 1 개의 평점
개발자 shimonchohen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jajasoft.net/
도움말 페이지 URL https://support.jajasoft.net/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube URL Grabber Plus",
    "version": "1.0",
    "description": "A Chrome extension to grab YouTube URLs and Video TItle from search results",
    "permissions": [
        "scripting",
        "activeTab",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}