Watch In Sync
Watch movies with your friends synchronously!
Τι είναι το Watch In Sync;
Το Watch In Sync είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ozanbaskan7, και η κύρια λειτουργία του είναι "Watch movies with your friends synchronously!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Watch In Sync
Λήψη αρχείων επέκτασης Watch In Sync σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can watch movies on every page you want with your friends synchronously using this extension! Just download the extension with your friends, connect to the same session and go to the web page you want to watch a movie. Click the video frame you want to watch in sync, after clicking when red the frame around the video disappears the sync is on! You can pause and play the video and watch with your friends at the same time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Watch In Sync |
ID | cbcplomcajikifbdopphkbhpkciokcmo |
Επίσημο URL | https://chromewebstore.google.com/detail/watch-in-sync/cbcplomcajikifbdopphkbhpkciokcmo |
Περιγραφή | Watch movies with your friends synchronously! |
Μέγεθος Αρχείου | 32.25 KB |
Αριθμός Εγκαταστάσεων | 25 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2021-11-01 |
Ημερομηνία Δημοσίευσης | 2021-10-31 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | ozanbaskan7 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watch In Sync", "description": "Watch movies with your friends synchronously!", "version": "0.1", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "main.js" ], "all_frames": true, "match_about_blank": true } ] } |