MetaBot for Twitter

Highlight known Kremlin bots on Twitter.

Wat is MetaBot for Twitter?

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

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MetaBot for Twitter

Download MetaBot for Twitter-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

                        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                    

Basisinformatie over de Extensie

Naam MetaBot for Twitter MetaBot for Twitter
ID cooadmmiojjmmfifkcainbnmhghfcbfi
Officiële URL https://chromewebstore.google.com/detail/metabot-for-twitter/cooadmmiojjmmfifkcainbnmhghfcbfi
Beschrijving Highlight known Kremlin bots on Twitter.
Bestandsgrootte 9.66 KB
Aantal Installaties 3,981
Huidige Versie 0.7.17
Laatst Bijgewerkt 2023-09-12
Publicatiedatum 2020-02-12
Beoordeling 3.91/5 Totaal 33 Beoordelingen
Ontwikkelaar antibot4navalny
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/antibot4navalny
Help Pagina-URL https://github.com/antibot4navalny/metabot
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/antibot4navalny/metabot/master/store_listing/Chrome_Privacy_Policy.txt
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}