VK gif autoplay
Automatically starts playing back all gifs on the IM page of VK.com
What is VK gif autoplay?
VK gif autoplay is a Chrome extension developed by EVIL, and its main feature is "Automatically starts playing back all gifs on the IM page of VK.com".
Extension Screenshots
Download VK gif autoplay Extension CRX File
Download VK gif autoplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | VK gif autoplay |
ID | jlimlkjiamjlioaahgfjpgfnpfojfeid |
Official URL | https://chromewebstore.google.com/detail/vk-gif-autoplay/jlimlkjiamjlioaahgfjpgfnpfojfeid |
Description | Automatically starts playing back all gifs on the IM page of VK.com |
File Size | 3.66 KB |
Installation Count | 70 |
Current Version | 1.0.7 |
Last Updated | 2018-12-18 |
Publish Date | 2018-12-18 |
Rating | 2.00/5 Total 1 Ratings |
Developer | EVIL |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VK gif autoplay", "version": "1.0.7", "description": "Automatically starts playing back all gifs on the IM page of VK.com", "content_scripts": [ { "matches": [ "http:\/\/vk.com\/*", "https:\/\/vk.com\/*" ], "js": [ "gifautoplay.js" ] } ] } |