Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Τι είναι το Anonymous Time-synced Comments for YouTube;
Το Anonymous Time-synced Comments for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον overyoutube.com, και η κύρια λειτουργία του είναι "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Anonymous Time-synced Comments for YouTube
Λήψη αρχείων επέκτασης Anonymous Time-synced Comments for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
Επίσημο URL | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
Περιγραφή | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
Μέγεθος Αρχείου | 2.41 MB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2019-10-18 |
Ημερομηνία Δημοσίευσης | 2019-10-17 |
Αξιολόγηση | 4.92/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | overyoutube.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://overyoutube.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous Time-synced Comments for YouTube", "short_name": "overyoutube.com", "description": "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.", "version": "2.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "identity" ], "oauth2": { "client_id": "223132972673-rsltea1q13hmlkt3okva52e7ibq2eumm.apps.googleusercontent.com", "scopes": [ "email", "openid", "profile" ] } } |