Moscow Mitch

Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling

Was ist Moscow Mitch?

Moscow Mitch ist eine Chrome-Erweiterung, die von American Bridge entwickelt wurde, und ihr Hauptmerkmal ist "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".

Erweiterungsscreenshots

screenshot

Moscow Mitch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Moscow Mitch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Mitch McConnell leaves our elections vulnerable to Russian meddling and foreign interference every day he blocks critical election security legislation. Use this extension to replace every mention of his name with his nickname "Moscow Mitch."                    

Grundlegende Informationen zur Erweiterung

Name Moscow Mitch Moscow Mitch
ID ipnpeblfklicjobnijdmkdfinhjeonld
Offizielle URL https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld
Beschreibung Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
Dateigröße 9.86 KB
Installationsanzahl 212
Aktuelle Version 1.1
Letztes Update 2019-09-10
Veröffentlichungsdatum 2019-09-06
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler American Bridge
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://americanbridgepac.org/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moscow Mitch",
    "version": "1.1",
    "description": "Exposing Mitch McConnell\u2019s actions that leave our elections vulnerable to Russian meddling",
    "icons": {
        "48": "soviet-flag48.png",
        "128": "soviet-flag128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "incognito": "not_allowed",
    "manifest_version": 2
}