TogetherTube Multi Functions

TTMF gives you few more Functions for your togethertube room!

Τι είναι το TogetherTube Multi Functions;

Το TogetherTube Multi Functions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://xeroxdev.de, και η κύρια λειτουργία του είναι "TTMF gives you few more Functions for your togethertube room!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TogetherTube Multi Functions

Λήψη αρχείων επέκτασης TogetherTube Multi Functions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TogetherTube Multi Functions TogetherTube Multi Functions
ID bcdhfjmlhehadlgliohebmapdbiiippp
Επίσημο URL https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp
Περιγραφή TTMF gives you few more Functions for your togethertube room!
Μέγεθος Αρχείου 91.55 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2019-09-16
Ημερομηνία Δημοσίευσης 2019-09-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://xeroxdev.de
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
Διεύθυνση URL της Σελίδας Βοήθειας https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
URL της Σελίδας Πολιτικής Απορρήτου https://xeroxdev.de/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}