MetaBot for VK

Highlight known bots on VK.

Wat is MetaBot for VK?

MetaBot for VK is een Chrome-extensie ontwikkeld door antibot4tambov, en de belangrijkste functie is "Highlight known bots on VK.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MetaBot for VK

Download MetaBot for VK-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Подсвечивает комментарии, написанные ботами EP. Так же отображает политические предпочтения пользователей. Данные собраны на основе результатов публичных голосований, проводимых в группах.

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

Basisinformatie over de Extensie

Naam MetaBot for VK MetaBot for VK
ID aepdkgpgnpbhomffmpcljdphbbhfoekc
Officiële URL https://chromewebstore.google.com/detail/metabot-for-vk/aepdkgpgnpbhomffmpcljdphbbhfoekc
Beschrijving Highlight known bots on VK.
Bestandsgrootte 26.39 KB
Aantal Installaties 15
Huidige Versie 0.4.8
Laatst Bijgewerkt 2020-08-26
Publicatiedatum 2020-08-07
Ontwikkelaar antibot4tambov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}