VK Video Fix
Show hidden parts of a title of videos on VK.
Vad är VK Video Fix?
VK Video Fix är en Chrome-tillägg utvecklad av markushev.pro, och dess huvudfunktion är "Show hidden parts of a title of videos on VK.".
Tilläggsskärmbilder
Ladda ner VK Video Fix-förlängningens CRX-fil
Ladda ner VK Video Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | VK Video Fix |
ID | chlnlnkanbledcilemogdmjoodjidkbp |
Officiell webbadress | https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp |
Beskrivning | Show hidden parts of a title of videos on VK. |
Filstorlek | 79.47 KB |
Antal Installationer | 79 |
Aktuell Version | 0.1.4 |
Senast Uppdaterad | 2020-06-01 |
Publiceringsdatum | 2020-05-31 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | markushev.pro |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |