Moscow Mitch

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

Moscow Mitchคืออะไร?

Moscow Mitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย American Bridge และคุณลักษณะหลักของมันคือ "Exposing Mitch McConnell’s actions that leave our elections vulnerable to Russian meddling"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moscow Mitch

ดาวน์โหลดไฟล์ส่วนขยาย 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
}