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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |