VK Video Fix

Show hidden parts of a title of videos on VK.

O que é VK Video Fix?

VK Video Fix é uma extensão do Chrome desenvolvida por markushev.pro, e sua principal característica é "Show hidden parts of a title of videos on VK.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão VK Video Fix

Baixe arquivos de extensão VK Video Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome VK Video Fix VK Video Fix
ID chlnlnkanbledcilemogdmjoodjidkbp
URL Oficial https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp
Descrição Show hidden parts of a title of videos on VK.
Tamanho do Arquivo 79.47 KB
Contagem de Instalações 79
Versão Atual 0.1.4
Última Atualização 2020-06-01
Data de Publicação 2020-05-31
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor markushev.pro
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}