Youtube Collector
Collect all Youtube URLs from current page and create a playlist.
Youtube Collector là gì?
Youtube Collector là một tiện ích mở rộng Chrome được phát triển bởi Liviu Ungureanu, và tính năng chính của nó là "Collect all Youtube URLs from current page and create a playlist.".
Tải xuống tệp CRX của tiện ích mở rộng Youtube Collector
Tải xuống các tệp mở rộng Youtube Collector 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
Generate an Youtube Playlist with all the Youtube URLs from current page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mmgjmgicmcffhbopcccmlphmecjdnajf |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf |
Mô tả | Collect all Youtube URLs from current page and create a playlist. |
Kích Thước Tệp | 6.46 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2015-08-07 |
Ngày Phát Hành | 2015-08-07 |
Nhà Phát Triển | Liviu Ungureanu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Collector", "version": "1.0.1", "manifest_version": 2, "description": "Collect all Youtube URLs from current page and create a playlist.", "browser_action": { "default_icon": "icon128.png" }, "background": { "scripts": [ "init.js" ], "persistent": false }, "permissions": [ "activeTab", " |