Moscow Mitch
Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
What is Moscow Mitch?
Moscow Mitch is a Chrome extension developed by American Bridge, and its main feature is "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".
Extension Screenshots
Download Moscow Mitch Extension CRX File
Download Moscow Mitch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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."
Extension Basic Information
Name | Moscow Mitch |
ID | ipnpeblfklicjobnijdmkdfinhjeonld |
Official URL | https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld |
Description | Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling |
File Size | 9.86 KB |
Installation Count | 212 |
Current Version | 1.1 |
Last Updated | 2019-09-10 |
Publish Date | 2019-09-06 |
Rating | 5.00/5 Total 6 Ratings |
Developer | American Bridge |
[email protected] | |
Payment Type | free |
Extension Website | https://americanbridgepac.org/ |
Supported Languages | 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 } |