Youtube Collector

Collect all Youtube URLs from current page and create a playlist.

What is Youtube Collector?

Youtube Collector is a Chrome extension developed by Liviu Ungureanu, and its main feature is "Collect all Youtube URLs from current page and create a playlist.".

Download Youtube Collector Extension CRX File

Download Youtube Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generate an Youtube Playlist with all the Youtube URLs from current page.                    

Extension Basic Information

Name Youtube Collector Youtube Collector
ID mmgjmgicmcffhbopcccmlphmecjdnajf
Official URL https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf
Description Collect all Youtube URLs from current page and create a playlist.
File Size 6.46 KB
Installation Count 18
Current Version 1.0.1
Last Updated 2015-08-07
Publish Date 2015-08-07
Developer Liviu Ungureanu
Payment Type free
Supported Languages 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",
        ""
    ]
}