TogetherTube Multi Functions
TTMF gives you few more Functions for your togethertube room!
O que é TogetherTube Multi Functions?
TogetherTube Multi Functions é uma extensão do Chrome desenvolvida por http://xeroxdev.de, e sua principal característica é "TTMF gives you few more Functions for your togethertube room!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TogetherTube Multi Functions
Baixe arquivos de extensão TogetherTube Multi Functions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | bcdhfjmlhehadlgliohebmapdbiiippp |
URL Oficial | https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp |
Descrição | TTMF gives you few more Functions for your togethertube room! |
Tamanho do Arquivo | 91.55 KB |
Contagem de Instalações | 15 |
Versão Atual | 2.0.0 |
Última Atualização | 2019-09-16 |
Data de Publicação | 2019-09-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://xeroxdev.de |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home |
URL da Página de Ajuda | https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home |
URL da Página de Política de Privacidade | https://xeroxdev.de/privacy |
Idiomas Suportados | 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" ] } |