TogetherTube Multi Functions

TTMF gives you few more Functions for your togethertube room!

Vad är TogetherTube Multi Functions?

TogetherTube Multi Functions är en Chrome-tillägg utvecklad av http://xeroxdev.de, och dess huvudfunktion är "TTMF gives you few more Functions for your togethertube room!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner TogetherTube Multi Functions-förlängningens CRX-fil

Ladda ner TogetherTube Multi Functions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TogetherTube Multi Functions TogetherTube Multi Functions
ID bcdhfjmlhehadlgliohebmapdbiiippp
Officiell webbadress https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp
Beskrivning TTMF gives you few more Functions for your togethertube room!
Filstorlek 91.55 KB
Antal Installationer 15
Aktuell Version 2.0.0
Senast Uppdaterad 2019-09-16
Publiceringsdatum 2019-09-16
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://xeroxdev.de
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
Hjälpsida URL https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home
URL till Sekretesspolicy Sidan https://xeroxdev.de/privacy
Stödda Språk 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"
    ]
}