VK Video Fix
Show hidden parts of a title of videos on VK.
VK Video Fix क्या है?
VK Video Fix markushev.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show hidden parts of a title of videos on VK."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VK Video Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |