Youtube Playlist Exporter
Easy extract and export information from YouTube playlists into CSV
Youtube Playlist Exporter là gì?
Youtube Playlist Exporter là một tiện ích mở rộng Chrome được phát triển bởi https://letsfaster.com, và tính năng chính của nó là "Easy extract and export information from YouTube playlists into CSV".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Playlist Exporter
Tải xuống các tệp mở rộng Youtube Playlist Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Playlist Exporter |
ID | niifghbdemhmnfncaoinbmlbhpjdfnej |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-playlist-exporter/niifghbdemhmnfncaoinbmlbhpjdfnej |
Mô tả | Easy extract and export information from YouTube playlists into CSV |
Kích Thước Tệp | 906 KB |
Số Lần Cài Đặt | 1,560 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2022-10-08 |
Đánh Giá | 2.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://letsfaster.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://ypexporter.letsfaster.com |
URL Trang Trợ Giúp | https://ypexporter.letsfaster.com |
URL Trang Chính Sách Bảo Mật | https://ypexporter.letsfaster.com/policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |