Asterisk of Shame

Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.

Asterisk of Shameคืออะไร?

Asterisk of Shame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย asterisk.of.shame และคุณลักษณะหลักของมันคือ "Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asterisk of Shame

ดาวน์โหลดไฟล์ส่วนขยาย Asterisk of Shame ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension searches web pages for the names of the 147 Republican congresspeople who voted to overturn the results of the 2020 presidential election, and when found, adds a simple asterisk "*" to their name. This is a reference to the "asterisk of shame" that is sometimes referred to when describing how people will be remembered in the history books.

The intention is to provide contextual information that is part of the public record about a matter of public importance, and not to encourage harassment of any kind.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Asterisk of Shame Asterisk of Shame
ID khdhcpjgmmboblpbfnkfcbcpeocmeabb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/asterisk-of-shame/khdhcpjgmmboblpbfnkfcbcpeocmeabb
คำอธิบาย Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.
ขนาดไฟล์ 15.21 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-15
วันที่เผยแพร่ 2021-01-14
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา asterisk.of.shame
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tomcburke/asterisk-of-shame
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asterisk of Shame",
    "short_name": "Asterisk",
    "description": "Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results. ",
    "author": "Thomas Burke",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}