VK Video Fix
Show hidden parts of a title of videos on VK.
Τι είναι το VK Video Fix;
Το VK Video Fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον markushev.pro, και η κύρια λειτουργία του είναι "Show hidden parts of a title of videos on VK.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VK Video Fix
Λήψη αρχείων επέκτασης VK Video Fix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The titles of the videos in VK are cropped, sometimes it is not comfortable. The extension shows the full names, which simplifies the search. Changes: 0.1.4: • Bugfixes 0.1.3: • Full names are now also in the video pop-up • A rare VK bug has been removed when closing a video results in scrolling to the top of the list. Now the close button always closes without scrolling.
Βασικές Πληροφορίες Επέκτασης
Όνομα | VK Video Fix |
ID | chlnlnkanbledcilemogdmjoodjidkbp |
Επίσημο URL | https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp |
Περιγραφή | Show hidden parts of a title of videos on VK. |
Μέγεθος Αρχείου | 79.47 KB |
Αριθμός Εγκαταστάσεων | 79 |
Τρέχουσα Έκδοση | 0.1.4 |
Τελευταία Ενημέρωση | 2020-06-01 |
Ημερομηνία Δημοσίευσης | 2020-05-31 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | markushev.pro |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "version": "0.1.4", "default_locale": "ru", "description": "__MSG_appDesc__", "author": "markushev.pro", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |