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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shimonchohen และคุณลักษณะหลักของมันคือ "A Chrome extension to grab YouTube URLs and Video TItle from search results"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube URL Grabber Plus

ดาวน์โหลดไฟล์ส่วนขยาย YouTube URL Grabber Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}