Youtube Playlist Exporter

Easy extract and export information from YouTube playlists into CSV

Youtube Playlist Exporter란 무엇입니까?

Youtube Playlist Exporter은(는) https://letsfaster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy extract and export information from YouTube playlists into CSV"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Youtube Playlist Exporter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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