MetaBot for VK
Highlight known bots on VK.
What is MetaBot for VK?
MetaBot for VK is a Chrome extension developed by antibot4tambov, and its main feature is "Highlight known bots on VK.".
Extension Screenshots
Download MetaBot for VK Extension CRX File
Download MetaBot for VK extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Подсвечивает комментарии, написанные ботами EP. Так же отображает политические предпочтения пользователей. Данные собраны на основе результатов публичных голосований, проводимых в группах. Для обновления базы ботов необходимо периодически обновлять расширение.
Extension Basic Information
Name | MetaBot for VK |
ID | aepdkgpgnpbhomffmpcljdphbbhfoekc |
Official URL | https://chromewebstore.google.com/detail/metabot-for-vk/aepdkgpgnpbhomffmpcljdphbbhfoekc |
Description | Highlight known bots on VK. |
File Size | 26.39 KB |
Installation Count | 15 |
Current Version | 0.4.8 |
Last Updated | 2020-08-26 |
Publish Date | 2020-08-07 |
Developer | antibot4tambov |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "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" ] } |