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 |
| Eメール | [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"
]
} | |