TogetherTube Multi Functions
TTMF gives you few more Functions for your togethertube room!
TogetherTube Multi Functions là gì?
TogetherTube Multi Functions là một tiện ích mở rộng Chrome được phát triển bởi http://xeroxdev.de, và tính năng chính của nó là "TTMF gives you few more Functions for your togethertube room!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TogetherTube Multi Functions
Tải xuống các tệp mở rộng TogetherTube Multi Functions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bcdhfjmlhehadlgliohebmapdbiiippp |
URL Chính Thức | https://chrome.google.com/webstore/detail/bcdhfjmlhehadlgliohebmapdbiiippp |
Mô tả | TTMF gives you few more Functions for your togethertube room! |
Kích Thước Tệp | 91.55 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2019-09-16 |
Ngày Phát Hành | 2019-09-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://xeroxdev.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home |
URL Trang Trợ Giúp | https://git.xeroxdev.de/XeroxDev/TTMF/wikis/home |
URL Trang Chính Sách Bảo Mật | https://xeroxdev.de/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |