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"
    ]
}