VK Video Fix
Show hidden parts of a title of videos on VK.
Cos'è VK Video Fix?
VK Video Fix è un'estensione di Chrome sviluppata da markushev.pro, e la sua funzione principale è "Show hidden parts of a title of videos on VK.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VK Video Fix
Scarica i file di estensione VK Video Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | VK Video Fix |
ID | chlnlnkanbledcilemogdmjoodjidkbp |
URL Ufficiale | https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp |
Descrizione | Show hidden parts of a title of videos on VK. |
Dimensione del File | 79.47 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2020-06-01 |
Data di Pubblicazione | 2020-05-31 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | markushev.pro |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |