TogetherTube Multi Functions
TTMF gives you few more Functions for your togethertube room!
Co to jest TogetherTube Multi Functions?
TogetherTube Multi Functions to rozszerzenie Chrome opracowane przez http://xeroxdev.de, a jego główną funkcją jest „TTMF gives you few more Functions for your togethertube room!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TogetherTube Multi Functions
Pobierz pliki rozszerzeń TogetherTube Multi Functions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bcdhfjmlhehadlgliohebmapdbiiippp |
Oficjalny URL | https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp |
Opis | TTMF gives you few more Functions for your togethertube room! |
Rozmiar pliku | 91.55 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2019-09-16 |
Data Publikacji | 2019-09-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://xeroxdev.de |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home |
Adres URL Strony Pomocy | https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home |
Adres URL Strony Polityki Prywatności | https://xeroxdev.de/privacy |
Obsługiwane Języki | 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" ] } |