Watch2Gether
This extensions let's you share content from websites directly into a Watch2Gether room
Τι είναι το Watch2Gether;
Το Watch2Gether είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://w2g.tv, και η κύρια λειτουργία του είναι "This extensions let's you share content from websites directly into a Watch2Gether room".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Watch2Gether
Λήψη αρχείων επέκτασης Watch2Gether σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The official Watch2Gether Chrome extension allows you to share content from a supported site (Youtube, Vimeo, Dailymotion, ...) directly into a Watch2Gether room. The new W2gSync feature allows you to sync-watch videos from any website on Watch2Gether.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Watch2Gether |
ID | cimpffimgeipdhnhjohpbehjkcdpjolg |
Επίσημο URL | https://chromewebstore.google.com/detail/watch2gether/cimpffimgeipdhnhjohpbehjkcdpjolg |
Περιγραφή | This extensions let's you share content from websites directly into a Watch2Gether room |
Μέγεθος Αρχείου | 1.63 MB |
Αριθμός Εγκαταστάσεων | 987,570 |
Τρέχουσα Έκδοση | 9.2 |
Τελευταία Ενημέρωση | 2023-06-15 |
Ημερομηνία Δημοσίευσης | 2020-06-25 |
Αξιολόγηση | 3.47/5 Συνολικά 104 Αξιολογήσεις |
Προγραμματιστής | https://w2g.tv |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://community.w2g.tv/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://w2g.tv/en/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Watch2Gether", "short_name": "W2G", "description": "This extensions let's you share content from websites directly into a Watch2Gether room", "homepage_url": "https:\/\/w2g.tv", "version": "9.2", "background": { "service_worker": "sw.97e70b02.js" }, "content_scripts": [ { "matches": [ "https:\/\/stage.watch2gether.com\/rooms\/*", "https:\/\/w2g.tv\/*", "https:\/\/rooms.w2g.tv\/*", "https:\/\/stage-rooms.w2g.tv\/*", "https:\/\/stage.w2g.tv\/*", "https:\/\/staging.w2g.tv\/*" ], "js": [ "content_w2g.4a182ab6.js" ], "all_frames": false, "run_at": "document_end", "css": [] } ], "action": { "default_icon": "icon.154ef202.png", "default_popup": "popup.e53fc2e6.html", "default_title": "Share on Watch2Gether" }, "icons": { "48": "icon_48.bcbbec0a.png", "128": "icon_128.125169a4.png" }, "permissions": [ "activeTab", "webNavigation", "declarativeNetRequest", "scripting", "storage" ], "web_accessible_resources": [ { "resources": [ "javascript\/adapter\/w2g_netflix_adapter.js" ], "matches": [ " |