MetaBot for Twitter

Highlight known Kremlin bots on Twitter.

Cos'è MetaBot for Twitter?

MetaBot for Twitter è un'estensione di Chrome sviluppata da antibot4navalny, e la sua funzione principale è "Highlight known Kremlin bots on Twitter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MetaBot for Twitter

Scarica i file di estensione MetaBot for Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MetaBot for Twitter MetaBot for Twitter
ID cooadmmiojjmmfifkcainbnmhghfcbfi
URL Ufficiale https://chromewebstore.google.com/detail/metabot-for-twitter/cooadmmiojjmmfifkcainbnmhghfcbfi
Descrizione Highlight known Kremlin bots on Twitter.
Dimensione del File 9.66 KB
Conteggio Installazioni 3,981
Versione Corrente 0.7.17
Ultimo Aggiornamento 2023-09-12
Data di Pubblicazione 2020-02-12
Valutazione 3.91/5 Totale 33 Valutazioni
Sviluppatore antibot4navalny
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/antibot4navalny
URL della Pagina di Aiuto https://github.com/antibot4navalny/metabot
URL della Pagina della Politica sulla Privacy https://raw.githubusercontent.com/antibot4navalny/metabot/master/store_listing/Chrome_Privacy_Policy.txt
Lingue Supportate 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\/*"
            ]
        }
    ]
}