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"
    }
}