GroupTube - Watch YouTube videos together!
Watch YouTube videos together, completely in sync and easy to manage.
GroupTube - Watch YouTube videos together! क्या है?
GroupTube - Watch YouTube videos together! https://grouptube.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch YouTube videos together, completely in sync and easy to manage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GroupTube - Watch YouTube videos together! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GroupTube allows you to watch YouTube videos together with a group of people. While watching, the video will be completely in sync between all people watching. One person controls the video and can play, pause and skip to a certain timestamp. The video will then update for everyone else watching. Works best with ad blocker. For our awesome icons, we used Fontawesome icons. We did not change any of their icons, we simply downloaded them and included them in our Extension. Link to their license: https://fontawesome.com/license
एक्सटेंशन की मूल जानकारी
नाम | GroupTube - Watch YouTube videos together! |
ID | oleimghoinacbieboodiomckfmhccbao |
आधिकारिक URL | https://chromewebstore.google.com/detail/grouptube-watch-youtube-v/oleimghoinacbieboodiomckfmhccbao |
विवरण | Watch YouTube videos together, completely in sync and easy to manage. |
फ़ाइल का आकार | 108 KB |
स्थापना संख्या | 2,794 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2023-09-01 |
प्रकाशन तिथि | 2020-06-24 |
रेटिंग | 4.31/5 कुल 16 रेटिंग्स |
डेवलपर | https://grouptube.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://grouptube.de |
सहायता पृष्ठ URL | https://grouptube.de |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GroupTube - Watch YouTube videos together!", "short_name": "GroupTube", "version": "3.3", "description": "Watch YouTube videos together, completely in sync and easy to manage.", "author": "Lasse Jacobsen & Mahmut Tunctuerk", "homepage_url": "https:\/\/grouptube.de\/", "minimum_chrome_version": "88", "permissions": [ "storage" ], "offline_enabled": false, "icons": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "assets\/js\/ext\/jquery.min.js", "assets\/js\/ext\/socket.io.js", "assets\/js\/content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "manifest_version": 3 } |