Moscow Mitch

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

Wat is Moscow Mitch?

Moscow Mitch is een Chrome-extensie ontwikkeld door American Bridge, en de belangrijkste functie is "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moscow Mitch

Download Moscow Mitch-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

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

Basisinformatie over de Extensie

Naam Moscow Mitch Moscow Mitch
ID ipnpeblfklicjobnijdmkdfinhjeonld
Officiële URL https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld
Beschrijving Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
Bestandsgrootte 9.86 KB
Aantal Installaties 212
Huidige Versie 1.1
Laatst Bijgewerkt 2019-09-10
Publicatiedatum 2019-09-06
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar American Bridge
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://americanbridgepac.org/
Ondersteunde Talen 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
}