Asterisk of Shame

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

¿Qué es Asterisk of Shame?

Asterisk of Shame es una extensión de Chrome desarrollada por asterisk.of.shame, y su función principal es "Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Asterisk of Shame

Descarga archivos de extensión Asterisk of Shame en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Asterisk of Shame Asterisk of Shame
ID khdhcpjgmmboblpbfnkfcbcpeocmeabb
URL Oficial https://chromewebstore.google.com/detail/asterisk-of-shame/khdhcpjgmmboblpbfnkfcbcpeocmeabb
Descripción Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.
Tamaño del Archivo 15.21 KB
Cantidad de Instalaciones 207
Versión Actual 1.0
Última Actualización 2021-01-15
Fecha de Publicación 2021-01-14
Calificación 4.86/5 Total de 7 Calificaciones
Desarrollador asterisk.of.shame
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tomcburke/asterisk-of-shame
Idiomas Soportados 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"
        }
    ]
}