VK repost disabler

VK repost disabler

Disable re-posts on vk.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VK repost disabler",
  "version": "0.2.3",
  "manifest_version": 2,
  "description": "Disable re-posts on vk.com",
  "icons": {
    "16": "vk_disabler16.png",
    "48": "vk_disabler48.png",
    "128": "vk_disabler128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://vk.com/feed"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ]
    }
  ]
}