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”。

扩展截图

screenshot

下载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 Moscow Mitch
ID ipnpeblfklicjobnijdmkdfinhjeonld
官方URL 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
}