MetaBot for VK
Highlight known bots on VK.
Qu'est-ce que MetaBot for VK ?
MetaBot for VK est une extension Chrome développée par antibot4tambov, et sa fonction principale est "Highlight known bots on VK.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MetaBot for VK
Téléchargez les fichiers d'extension MetaBot for VK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Подсвечивает комментарии, написанные ботами EP. Так же отображает политические предпочтения пользователей. Данные собраны на основе результатов публичных голосований, проводимых в группах. Для обновления базы ботов необходимо периодически обновлять расширение. Текущая версия от 05.08.2020.
Informations de Base sur l'Extension
Nom | MetaBot for VK |
ID | hgolmbjhebalkbfomfbhhilookopmocd |
URL Officiel | https://chromewebstore.google.com/detail/metabot-for-vk/hgolmbjhebalkbfomfbhhilookopmocd |
Description | Highlight known bots on VK. |
Taille du Fichier | 69.42 KB |
Nombre d'Installations | 109 |
Version Actuelle | 0.2.4.3 |
Dernière Mise à Jour | 2020-08-08 |
Date de Publication | 2020-08-07 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | antibot4tambov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/andruxin68/metabotvk |
Langues Prises en Charge | 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": [] } |