Inspect and view changes in MetaBot 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": "MetaBot for VK",
"version": "0.4.8",
"description": "Highlight known bots on VK.",
"author": "antibot4tambov",
"content_scripts": [
{
"matches": [
"https://vk.com/*",
"https://m.vk.com/*"
],
"js": [
"localstoragedb.js",
"data.js",
"other.js",
"metabot.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
}