Moscow Mitch

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

Hvad er Moscow Mitch?

Moscow Mitch er en Chrome-udvidelse udviklet af American Bridge, og dens hovedfunktion er "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".

Udvidelsesskærmbilleder

screenshot

Download Moscow Mitch-udvidelses-CRX-fil

Download Moscow Mitch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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."                    

Grundlæggende oplysninger om udvidelsen

Navn Moscow Mitch Moscow Mitch
ID ipnpeblfklicjobnijdmkdfinhjeonld
Officiel URL https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld
Beskrivelse Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
Filstørrelse 9.86 KB
Antal Installationer 212
Nuværende Version 1.1
Senest Opdateret 2019-09-10
Udgivelsesdato 2019-09-06
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler American Bridge
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://americanbridgepac.org/
Understøttede Sprog 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
}