VK Video Fix

Show hidden parts of a title of videos on VK.

Что такое VK Video Fix?

VK Video Fix - это расширение Chrome, разработанное markushev.pro, и его основная функция - "Show hidden parts of a title of videos on VK.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения VK Video Fix

Скачайте файлы расширений VK Video Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название VK Video Fix VK Video Fix
ID chlnlnkanbledcilemogdmjoodjidkbp
Официальный URL https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp
Описание Show hidden parts of a title of videos on VK.
Размер файла 79.47 KB
Количество установок 79
Текущая Версия 0.1.4
Последнее Обновление 2020-06-01
Дата публикации 2020-05-31
Рейтинг 5.00/5 Всего 3 оценок
Разработчик markushev.pro
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}