ВКонтакте without Login

ВКонтакте without Login

Bypasses the login wall and allows you to access ВКонтакте pages without an account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ВКонтакте without Login",
  "version": "1.0",
  "author": "fi-le",
  "homepage_url": "https://fi-le.net",
  "description": "Bypasses the login wall and allows you to access ВКонтакте pages without an account.",
  "icons": {
    "32": "icons/border-32.png",
    "96": "icons/border-96.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://*.vk.com/*"
      ],
      "js": [
        "remove.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{976818c5-f5f9-4051-afa3-27a565ee4697}"
    }
  }
}