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
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. Так же отображает политические предпочтения пользователей. Данные собраны на основе результатов публичных голосований, проводимых в группах. Для обновления базы ботов необходимо периодически обновлять расширение. Текущая версия от 05.08.2020.
Basisinformatie over de Extensie
Naam | MetaBot for VK |
ID | hgolmbjhebalkbfomfbhhilookopmocd |
Officiële URL | https://chromewebstore.google.com/detail/metabot-for-vk/hgolmbjhebalkbfomfbhhilookopmocd |
Beschrijving | Highlight known bots on VK. |
Bestandsgrootte | 69.42 KB |
Aantal Installaties | 109 |
Huidige Versie | 0.2.4.3 |
Laatst Bijgewerkt | 2020-08-08 |
Publicatiedatum | 2020-08-07 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | antibot4tambov |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/andruxin68/metabotvk |
Ondersteunde Talen | 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": [] } |