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

screenshot

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. Так же отображает политические предпочтения пользователей. Данные собраны на основе результатов публичных голосований, проводимых в группах.

Для обновления базы ботов необходимо периодически обновлять расширение. Текущая версия от 05.08.2020.                    

Extension Basic Information

Name MetaBot for VK MetaBot for VK
ID hgolmbjhebalkbfomfbhhilookopmocd
Official URL https://chromewebstore.google.com/detail/metabot-for-vk/hgolmbjhebalkbfomfbhhilookopmocd
Description Highlight known bots on VK.
File Size 69.42 KB
Installation Count 109
Current Version 0.2.4.3
Last Updated 2020-08-08
Publish Date 2020-08-07
Rating 1.00/5 Total 1 Ratings
Developer antibot4tambov
Email [email protected]
Payment Type free
Extension Website https://github.com/andruxin68/metabotvk
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MetaBot for VK",
    "version": "0.2.4.3",
    "description": "Highlight known bots on VK.",
    "author": "antibot4tambov",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "js": [
                "data.js",
                "bot_accounts.js",
                "metabot.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": []
}