VK Video Fix
Show hidden parts of a title of videos on VK.
Was ist VK Video Fix?
VK Video Fix ist eine Chrome-Erweiterung, die von markushev.pro entwickelt wurde, und ihr Hauptmerkmal ist "Show hidden parts of a title of videos on VK.".
Erweiterungsscreenshots
VK Video Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie VK Video Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VK Video Fix |
ID | chlnlnkanbledcilemogdmjoodjidkbp |
Offizielle URL | https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp |
Beschreibung | Show hidden parts of a title of videos on VK. |
Dateigröße | 79.47 KB |
Installationsanzahl | 79 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2020-06-01 |
Veröffentlichungsdatum | 2020-05-31 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | markushev.pro |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |