Youtube Collector
Collect all Youtube URLs from current page and create a playlist.
什麼是Youtube Collector?
Youtube Collector是由Liviu Ungureanu開發的Chrome擴展程式,該擴展的主要功能是“Collect all Youtube URLs from current page and create a playlist.”。
下載Youtube Collector擴展crx文件
下載Youtube Collector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate an Youtube Playlist with all the Youtube URLs from current page.
擴展基本資訊
名稱 | |
ID | mmgjmgicmcffhbopcccmlphmecjdnajf |
官方網址 | https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf |
簡介 | Collect all Youtube URLs from current page and create a playlist. |
檔案大小 | 6.46 KB |
安裝次數 | 18 |
目前版本 | 1.0.1 |
更新時間 | 2015-08-07 |
上架時間 | 2015-08-07 |
開發者 | Liviu Ungureanu |
付費類型 | free |
支援的語言 | 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", " |