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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |