TogetherTube Multi Functions

TTMF gives you few more Functions for your togethertube room!

Wat is TogetherTube Multi Functions?

TogetherTube Multi Functions is een Chrome-extensie ontwikkeld door http://xeroxdev.de, en de belangrijkste functie is "TTMF gives you few more Functions for your togethertube room!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TogetherTube Multi Functions

Download TogetherTube Multi Functions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TogetherTube Multi Functions TogetherTube Multi Functions
ID bcdhfjmlhehadlgliohebmapdbiiippp
Officiële URL https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp
Beschrijving TTMF gives you few more Functions for your togethertube room!
Bestandsgrootte 91.55 KB
Aantal Installaties 15
Huidige Versie 2.0.0
Laatst Bijgewerkt 2019-09-16
Publicatiedatum 2019-09-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://xeroxdev.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
Help Pagina-URL https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
URL van de Privacybeleid Pagina https://xeroxdev.de/privacy
Ondersteunde Talen 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"
    ]
}