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!”。
擴展截圖
下載TogetherTube Multi Functions擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | bcdhfjmlhehadlgliohebmapdbiiippp |
官方網址 | 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" ] } |