TogetherTube Multi Functions

TTMF gives you few more Functions for your togethertube room!

What is TogetherTube Multi Functions?

TogetherTube Multi Functions is a Chrome extension developed by http://xeroxdev.de, and its main feature is "TTMF gives you few more Functions for your togethertube room!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TogetherTube Multi Functions Extension CRX File

Download TogetherTube Multi Functions 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

                        Due to the fact that TogetherTube now belongs to WatchTogether and does not exist anymore, this extension will not be further developed. I thank you anyway for giving the extension a chance and I hope it was helpful for you!

With best regards
XeroxDev

To report bugs, give suggestions or see more information like feature, changelog..., please visit the official git repository: https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home                    

Extension Basic Information

Name TogetherTube Multi Functions TogetherTube Multi Functions
ID bcdhfjmlhehadlgliohebmapdbiiippp
Official URL https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp
Description TTMF gives you few more Functions for your togethertube room!
File Size 91.55 KB
Installation Count 15
Current Version 2.0.0
Last Updated 2019-09-16
Publish Date 2019-09-16
Rating 5.00/5 Total 1 Ratings
Developer http://xeroxdev.de
Email [email protected]
Payment Type free
Extension Website https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
Help Page URL https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
Privacy Policy Page URL https://xeroxdev.de/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "TTMF"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "libs\/kbd.css"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/jquery.simulate.js",
                "libs\/jquery.simulate.ext.js",
                "libs\/jquery.simulate.drag-n-drop.js",
                "libs\/bootstrap.min.js",
                "libs\/String.js",
                "scripts\/content_scripts.js"
            ],
            "matches": [
                "https:\/\/togethertube.com\/rooms\/*"
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "https:\/\/togethertube.com\/rooms\/*",
        "storage"
    ]
}