TogetherTube Multi Functions

TTMF gives you few more Functions for your togethertube room!

TogetherTube Multi Functions란 무엇입니까?

TogetherTube Multi Functions은(는) http://xeroxdev.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TTMF gives you few more Functions for your togethertube room!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TogetherTube Multi Functions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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