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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } ] } |