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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |