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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |