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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a red asterisk following the names of the 147 Senators and Representatives who voted to overturn the 2020 election results."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Asterisk of Shame एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
        }
    ]
}