VK Video Fix

Show hidden parts of a title of videos on VK.

Co to jest VK Video Fix?

VK Video Fix to rozszerzenie Chrome opracowane przez markushev.pro, a jego główną funkcją jest „Show hidden parts of a title of videos on VK.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia VK Video Fix

Pobierz pliki rozszerzeń VK Video Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VK Video Fix VK Video Fix
ID chlnlnkanbledcilemogdmjoodjidkbp
Oficjalny URL https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp
Opis Show hidden parts of a title of videos on VK.
Rozmiar pliku 79.47 KB
Liczba instalacji 79
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2020-06-01
Data Publikacji 2020-05-31
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper markushev.pro
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}