VK Video Fix

Show hidden parts of a title of videos on VK.

Hvad er VK Video Fix?

VK Video Fix er en Chrome-udvidelse udviklet af markushev.pro, og dens hovedfunktion er "Show hidden parts of a title of videos on VK.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download VK Video Fix-udvidelses-CRX-fil

Download VK Video Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn VK Video Fix VK Video Fix
ID chlnlnkanbledcilemogdmjoodjidkbp
Officiel URL https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp
Beskrivelse Show hidden parts of a title of videos on VK.
Filstørrelse 79.47 KB
Antal Installationer 79
Nuværende Version 0.1.4
Senest Opdateret 2020-06-01
Udgivelsesdato 2020-05-31
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler markushev.pro
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}