VK Video Fix

Show hidden parts of a title of videos on VK.

VK Video Fix là gì?

VK Video Fix là một tiện ích mở rộng Chrome được phát triển bởi markushev.pro, và tính năng chính của nó là "Show hidden parts of a title of videos on VK.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VK Video Fix

Tải xuống các tệp mở rộng VK Video Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VK Video Fix VK Video Fix
ID chlnlnkanbledcilemogdmjoodjidkbp
URL Chính Thức https://chromewebstore.google.com/detail/vk-video-fix/chlnlnkanbledcilemogdmjoodjidkbp
Mô tả Show hidden parts of a title of videos on VK.
Kích Thước Tệp 79.47 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2020-06-01
Ngày Phát Hành 2020-05-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển markushev.pro
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}