Inspect and view changes in VKMeOnlineUsers 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": "VKMeOnlineUsers",
"version": "1.0",
"description": "Will add the ability to view online users of VKontakte when hidden mode is activated. Update every 5 seconds.",
"applications": {
"gecko": {
"id": "KseniMailwow@Gmail.com",
"strict_min_version": "48.0"
}
},
"content_scripts": [
{
"matches": [
"*://vk.com/*"
],
"js": [
"VkUpdate.js"
]
}
]
}