Moscow Mitch
Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
Apa itu Moscow Mitch?
Moscow Mitch adalah ekstensi Chrome yang dikembangkan oleh American Bridge, dan fitur utamanya adalah "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Moscow Mitch
Unduh file ekstensi Moscow Mitch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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."
Informasi Dasar Ekstensi
Nama | Moscow Mitch |
ID | ipnpeblfklicjobnijdmkdfinhjeonld |
URL Resmi | https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld |
Deskripsi | Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling |
Ukuran File | 9.86 KB |
Jumlah Instalasi | 212 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-09-10 |
Tanggal Publikasi | 2019-09-06 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | American Bridge |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://americanbridgepac.org/ |
Bahasa yang Didukung | 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 } |