TogetherTube Multi Functions
TTMF gives you few more Functions for your togethertube room!
TogetherTube Multi Functions क्या है?
TogetherTube Multi Functions http://xeroxdev.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TTMF gives you few more Functions for your togethertube room!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TogetherTube Multi Functions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |