Inspect and view changes in ВКонтакте without Login 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"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"
]
}
]
}