VK Video Fix

Show hidden parts of a title of videos on VK.

Qu'est-ce que VK Video Fix ?

VK Video Fix est une extension Chrome développée par markushev.pro, et sa fonction principale est "Show hidden parts of a title of videos on VK.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VK Video Fix

Téléchargez les fichiers d'extension VK Video Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VK Video Fix VK Video Fix
ID chlnlnkanbledcilemogdmjoodjidkbp
URL Officiel https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp
Description Show hidden parts of a title of videos on VK.
Taille du Fichier 79.47 KB
Nombre d'Installations 79
Version Actuelle 0.1.4
Dernière Mise à Jour 2020-06-01
Date de Publication 2020-05-31
Évaluation 5.00/5 Total 3 Évaluations
Développeur markushev.pro
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}