Moscow Mitch

Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling

Moscow Mitch là gì?

Moscow Mitch là một tiện ích mở rộng Chrome được phát triển bởi American Bridge, và tính năng chính của nó là "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moscow Mitch

Tải xuống các tệp mở rộng Moscow Mitch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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."                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moscow Mitch Moscow Mitch
ID ipnpeblfklicjobnijdmkdfinhjeonld
URL Chính Thức https://chromewebstore.google.com/detail/moscow-mitch/ipnpeblfklicjobnijdmkdfinhjeonld
Mô tả Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling
Kích Thước Tệp 9.86 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-09-10
Ngày Phát Hành 2019-09-06
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển American Bridge
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://americanbridgepac.org/
Ngôn Ngữ Được Hỗ Trợ 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
}