Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Τι είναι το Youtube caption indicator;
Το Youtube caption indicator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bperel, και η κύρια λειτουργία του είναι "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube caption indicator
Λήψη αρχείων επέκτασης Youtube caption indicator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
Περιγραφή | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
Μέγεθος Αρχείου | 38.56 KB |
Αριθμός Εγκαταστάσεων | 1,106 |
Τρέχουσα Έκδοση | 0.3.4 |
Τελευταία Ενημέρωση | 2017-10-08 |
Ημερομηνία Δημοσίευσης | 2017-10-08 |
Αξιολόγηση | 3.27/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | bperel |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/bperel/youtube-caption-indicator |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube caption indicator", "short_name": "Youtube caption indicator", "version": "0.3.4", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "youtube-caption-indicator.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "https:\/\/*\/*" ], "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } } } |