YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
Τι είναι το YouTube Full Title For Videos;
Το YouTube Full Title For Videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kiman, και η κύρια λειτουργία του είναι "This extension shows the headlines of the video entirely without hiding them partially, as by default.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Full Title For Videos
Λήψη αρχείων επέκτασης YouTube Full Title For Videos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension shows the headlines of the video entirely without hiding them partially, as by default. It add a CSS that change height of title, so it is easier to use YouTube.com, because you can see all title and don't need to hover on a title to see it all. The plugin doesn't have any JS, just simple CSS.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
Περιγραφή | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
Μέγεθος Αρχείου | 11.87 KB |
Αριθμός Εγκαταστάσεων | 13,411 |
Τρέχουσα Έκδοση | 0.3.6 |
Τελευταία Ενημέρωση | 2021-08-21 |
Ημερομηνία Δημοσίευσης | 2019-11-08 |
Αξιολόγηση | 4.73/5 Συνολικά 49 Αξιολογήσεις |
Προγραμματιστής | kiman |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_short_chrome_extension_name__", "version": "0.3.6", "manifest_version": 2, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "style.css" ] } ] } |