TogetherTube Multi Functions

TTMF gives you few more Functions for your togethertube room!

Was ist TogetherTube Multi Functions?

TogetherTube Multi Functions ist eine Chrome-Erweiterung, die von http://xeroxdev.de entwickelt wurde, und ihr Hauptmerkmal ist "TTMF gives you few more Functions for your togethertube room!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

TogetherTube Multi Functions-Erweiterungs-CRX-Datei herunterladen

Laden Sie TogetherTube Multi Functions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TogetherTube Multi Functions TogetherTube Multi Functions
ID bcdhfjmlhehadlgliohebmapdbiiippp
Offizielle URL https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp
Beschreibung TTMF gives you few more Functions for your togethertube room!
Dateigröße 91.55 KB
Installationsanzahl 15
Aktuelle Version 2.0.0
Letztes Update 2019-09-16
Veröffentlichungsdatum 2019-09-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://xeroxdev.de
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
Hilfeseite URL https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
URL der Datenschutzrichtlinien-Seite https://xeroxdev.de/privacy
Unterstützte Sprachen 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"
    ]
}