Youtube Playlist Exporter

Easy extract and export information from YouTube playlists into CSV

Youtube Playlist Exporterคืออะไร?

Youtube Playlist Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://letsfaster.com และคุณลักษณะหลักของมันคือ "Easy extract and export information from YouTube playlists into CSV"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Playlist Exporter

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

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

                        Transform the way you manage your YouTube playlists with our innovative tool. Say goodbye to manual copying and pasting, and hello to lightning-fast extraction and export of important information such as video name, number, description, and URL straight into a CSV file. Make your workflow smoother and more efficient - try it now!

🔧 How it Works:
1️⃣ Enter the YouTube playlist ID or the whole url.
2️⃣ Click the export button.
3️⃣ Done! Sit back and let Playlist Exporter handle the rest.

Take control of your YouTube playlist management and unlock a world of convenience and time savings with Playlist Exporter!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Playlist Exporter Youtube Playlist Exporter
ID niifghbdemhmnfncaoinbmlbhpjdfnej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-playlist-exporter/niifghbdemhmnfncaoinbmlbhpjdfnej
คำอธิบาย Easy extract and export information from YouTube playlists into CSV
ขนาดไฟล์ 906 KB
จำนวนการติดตั้ง 1,560
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2022-10-08
คะแนน 2.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://letsfaster.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://ypexporter.letsfaster.com
URL หน้าช่วยเหลือ https://ypexporter.letsfaster.com
URL หน้านโยบายความเป็นส่วนตัว https://ypexporter.letsfaster.com/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Playlist Exporter",
    "version": "1.0.3",
    "description": "Easy extract and export information from YouTube playlists into CSV",
    "action": {
        "default_icon": ".\/assets\/icon128.png",
        "default_popup": ".\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "16": ".\/assets\/icon16.png",
        "32": ".\/assets\/icon32.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "permissions": [
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "254942116936-3trskk2k1ov02tbrejttrt6mepbfpvnu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}