multitube ex

Launch Youtube video in multitube for YouTube™.

What is multitube ex?

multitube ex is a Chrome extension developed by tamdao, and its main feature is "Launch Youtube video in multitube for YouTube™.".

Extension Screenshots

screenshot
screenshot
screenshot

Download multitube ex Extension CRX File

Download multitube ex 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

                        multitube ex is a chrome extension that enhances your experience on multitube application. multitube ext allows you to play a YouTube video currently in view from a website without interrupting your current tasks or manually launch multitube application.                    

Extension Basic Information

Name multitube ex multitube ex
ID emblejgipemhfaggmlgbbiilhflcblck
Official URL https://chromewebstore.google.com/detail/multitube-ex/emblejgipemhfaggmlgbbiilhflcblck
Description Launch Youtube video in multitube for YouTube™.
File Size 15.6 KB
Installation Count 79
Current Version 1.6.1
Last Updated 2015-11-12
Publish Date 2015-11-11
Rating 4.50/5 Total 8 Ratings
Developer tamdao
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "multitube ex",
    "description": "Launch Youtube video in multitube for YouTube\u2122.",
    "version": "1.6.1",
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "management",
        "declarativeContent",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Launch in multitube"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "ids": [
            "ekgjaimcnoggbbpfmfjpncjhjlhgjjon"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        "youtube.js"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2
}