VK Video Fix
Show hidden parts of a title of videos on VK.
Apa itu VK Video Fix?
VK Video Fix adalah ekstensi Chrome yang dikembangkan oleh markushev.pro, dan fitur utamanya adalah "Show hidden parts of a title of videos on VK.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VK Video Fix
Unduh file ekstensi VK Video Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | VK Video Fix |
ID | chlnlnkanbledcilemogdmjoodjidkbp |
URL Resmi | https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp |
Deskripsi | Show hidden parts of a title of videos on VK. |
Ukuran File | 79.47 KB |
Jumlah Instalasi | 79 |
Versi Saat Ini | 0.1.4 |
Terakhir Diperbarui | 2020-06-01 |
Tanggal Publikasi | 2020-05-31 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | markushev.pro |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |