MetaBot for Twitter
Highlight known Kremlin bots on Twitter.
Qu'est-ce que MetaBot for Twitter ?
MetaBot for Twitter est une extension Chrome développée par antibot4navalny, et sa fonction principale est "Highlight known Kremlin bots on Twitter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MetaBot for Twitter
Téléchargez les fichiers d'extension MetaBot for Twitter 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
Replies of Twitter accounts most likely belonging to kremlin trolls are highlighted with red background. Kremlin trolls are short for Russian orchestrated crowd of human trolls for hire: https://en.wikipedia.org/wiki/Internet_Research_Agency Detailed evidence for inauthenticity of accounts highlighted (in Russian): https://twitter.com/antibot4navalny/status/1658713744665374722 Donations welcome at: - BTC: 12MoEGwmEaQUWPK1GHJvrypYGKwxiPREKP - ETH: 0x96e25dc68a0379300e1142a7351e546d170671f6
Informations de Base sur l'Extension
Nom | MetaBot for Twitter |
ID | cooadmmiojjmmfifkcainbnmhghfcbfi |
URL Officiel | https://chromewebstore.google.com/detail/metabot-for-twitter/cooadmmiojjmmfifkcainbnmhghfcbfi |
Description | Highlight known Kremlin bots on Twitter. |
Taille du Fichier | 9.66 KB |
Nombre d'Installations | 3,981 |
Version Actuelle | 0.7.17 |
Dernière Mise à Jour | 2023-09-12 |
Date de Publication | 2020-02-12 |
Évaluation | 3.91/5 Total 33 Évaluations |
Développeur | antibot4navalny |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/antibot4navalny |
URL de la Page d'Aide | https://github.com/antibot4navalny/metabot |
URL de la Page de Politique de Confidentialité | https://raw.githubusercontent.com/antibot4navalny/metabot/master/store_listing/Chrome_Privacy_Policy.txt |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MetaBot for Twitter", "version": "0.7.17", "description": "Highlight known Kremlin bots on Twitter.", "author": "antibot4navalny", "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "metabot.js" ], "run_at": "document_idle" } ], "host_permissions": [ "https:\/\/api.github.com\/" ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "alarms" ], "web_accessible_resources": [ { "resources": [ "assets\/labels.json", "common_impex.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ] } ] } |