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