VK gif autoplay

VK gif autoplay

Automatically starts playing back all gifs on the IM page of VK.com

Merlin
Additional files are visible only to premium users

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