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