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是由asterisk.of.shame开发的Chrome扩展程序,该扩展的主要功能是“Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.”。

扩展截图

screenshot

下载Asterisk of Shame扩展crx文件

下载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"
        }
    ]
}