VK Video Fix

Show hidden parts of a title of videos on VK.

什麼是VK Video Fix?

VK Video Fix是由markushev.pro開發的Chrome擴展程式,該擴展的主要功能是“Show hidden parts of a title of videos on VK.”。

擴展截圖

screenshot
screenshot

下載VK Video Fix擴展crx文件

下載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
官方網址 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"
    }
}