Examine source code of Silent Typer for VK

Inspect and view changes in Silent Typer for VK 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": "Borderify",
  "version": "1.0",
  "description": "Adds a red border to all webpages matching mozilla.org.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.vk.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}