Asterisk of Shame
Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.
O que é Asterisk of Shame?
Asterisk of Shame é uma extensão do Chrome desenvolvida por asterisk.of.shame, e sua principal característica é "Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Asterisk of Shame
Baixe arquivos de extensão Asterisk of Shame no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Asterisk of Shame |
ID | khdhcpjgmmboblpbfnkfcbcpeocmeabb |
URL Oficial | https://chromewebstore.google.com/detail/asterisk-of-shame/khdhcpjgmmboblpbfnkfcbcpeocmeabb |
Descrição | Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results. |
Tamanho do Arquivo | 15.21 KB |
Contagem de Instalações | 207 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-15 |
Data de Publicação | 2021-01-14 |
Classificação | 4.86/5 Total de 7 Avaliações |
Desenvolvedor | asterisk.of.shame |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tomcburke/asterisk-of-shame |
Idiomas Suportados | 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" } ] } |