Moscow Mitch

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

Vad är Moscow Mitch?

Moscow Mitch är en Chrome-tillägg utvecklad av American Bridge, och dess huvudfunktion är "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".

Tilläggsskärmbilder

screenshot

Ladda ner Moscow Mitch-förlängningens CRX-fil

Ladda ner Moscow Mitch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Moscow Mitch Moscow Mitch
ID ipnpeblfklicjobnijdmkdfinhjeonld
Officiell webbadress https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld
Beskrivning Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
Filstorlek 9.86 KB
Antal Installationer 212
Aktuell Version 1.1
Senast Uppdaterad 2019-09-10
Publiceringsdatum 2019-09-06
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare American Bridge
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://americanbridgepac.org/
Stödda Språk 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
}