Examine source code of No VK Feed

Inspect and view changes in No VK Feed source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "No VK Feed",
  "version": "1.1",
  "description": "No more vk feed",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vk.com/*"
      ],
      "js": [
        "clearNews.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7cb0d1bc-7c1b-443c-90f5-919f65274f8b}"
    }
  }
}