Moscow Mitch
Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
Qu'est-ce que Moscow Mitch ?
Moscow Mitch est une extension Chrome développée par American Bridge, et sa fonction principale est "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moscow Mitch
Téléchargez les fichiers d'extension Moscow Mitch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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."
Informations de Base sur l'Extension
Nom | Moscow Mitch |
ID | ipnpeblfklicjobnijdmkdfinhjeonld |
URL Officiel | https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld |
Description | Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling |
Taille du Fichier | 9.86 KB |
Nombre d'Installations | 212 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-09-10 |
Date de Publication | 2019-09-06 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | American Bridge |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://americanbridgepac.org/ |
Langues Prises en Charge | 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 } |