Parse Youtube Links and Create Playlist
Parse Youtube links in the current page and create a Youtube playlist.
什么是Parse Youtube Links and Create Playlist?
Parse Youtube Links and Create Playlist是由Deepak开发的Chrome扩展程序,该扩展的主要功能是“Parse Youtube links in the current page and create a Youtube playlist.”。
扩展截图
下载Parse Youtube Links and Create Playlist扩展crx文件
下载Parse Youtube Links and Create Playlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension parses all Youtube links in the current page and creates a Youtube playlist. Instructions: - Visit the website you want to parse and create a Youtube playlist. (Eg: reddit.com/r/Music) - Click the extension's icon next to the chrome address bar. - Opens a new tab and creates a playlist on Youtube.
扩展基本信息
名称 | Parse Youtube Links and Create Playlist |
ID | lelcdhabkkjhffonhfcfflbjaekdmege |
官方URL | https://chromewebstore.google.com/detail/parse-youtube-links-and-c/lelcdhabkkjhffonhfcfflbjaekdmege |
简介 | Parse Youtube links in the current page and create a Youtube playlist. |
文件大小 | 32.89 KB |
安装次数 | 725 |
当前版本 | 0.1 |
更新时间 | 2018-03-01 |
上架时间 | 2018-03-01 |
评分 | 3.70/5 共10次评分 |
开发者 | Deepak |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Parse Youtube Links and Create Playlist", "description": "Parse Youtube links in the current page and create a Youtube playlist.", "version": "0.1", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "Parse and Create Youtube playlist." }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ " |