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 là gì?

Asterisk of Shame là một tiện ích mở rộng Chrome được phát triển bởi asterisk.of.shame, và tính năng chính của nó là "Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.".

Ả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 Asterisk of Shame

Tải xuống các tệp mở rộng Asterisk of Shame 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

                        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.                    

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

Tên Asterisk of Shame Asterisk of Shame
ID khdhcpjgmmboblpbfnkfcbcpeocmeabb
URL Chính Thức https://chromewebstore.google.com/detail/asterisk-of-shame/khdhcpjgmmboblpbfnkfcbcpeocmeabb
Mô tả Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.
Kích Thước Tệp 15.21 KB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-15
Ngày Phát Hành 2021-01-14
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển asterisk.of.shame
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tomcburke/asterisk-of-shame
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}