Moscow Mitch
Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
什麼是Moscow Mitch?
Moscow Mitch是由American Bridge開發的Chrome擴展程式,該擴展的主要功能是“Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling”。
擴展截圖
下載Moscow Mitch擴展crx文件
下載Moscow Mitch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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."
擴展基本資訊
名稱 | Moscow Mitch |
ID | ipnpeblfklicjobnijdmkdfinhjeonld |
官方網址 | https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld |
簡介 | Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling |
檔案大小 | 9.86 KB |
安裝次數 | 212 |
目前版本 | 1.1 |
更新時間 | 2019-09-10 |
上架時間 | 2019-09-06 |
評分 | 5.00/5 共 6 次評分 |
開發者 | American Bridge |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://americanbridgepac.org/ |
支援的語言 | 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 } |