Elon Mask

Censor selected keywords during web browsing.

Elon Mask क्या है?

Elon Mask Dexter's Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Censor selected keywords during web browsing."।

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

screenshot

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

crx प्रारूप में Elon Mask एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        “Elon Mask” Chrome plugin is a tool for individuals who want to control the content they consume online. It is a lightweight extension that can be easily installed on the Google Chrome browser, and it provides users with the ability to specify the keywords they want to censor.

When a user installs the plugin, they can enter a list of words and phrases that they want to be censored. The plugin will then scan web pages and block out any text or images that contain the specified keywords. This can be useful for individuals who want to avoid triggering content, such as violence or profanity, or for those who want to limit their exposure to certain topics or persons.

The plugin is designed to be unobtrusive and user-friendly. When it blocks content, it displays a black block in its place, and users can easily toggle the plugin on and off if they want to temporarily view the content that has been censored.                    

एक्सटेंशन की मूल जानकारी

नाम Elon Mask Elon Mask
ID ahodpknjnplbmepakjkalcgfmfpmmgfm
आधिकारिक URL https://chromewebstore.google.com/detail/elon-mask/ahodpknjnplbmepakjkalcgfmfpmmgfm
विवरण Censor selected keywords during web browsing.
फ़ाइल का आकार 1.17 MB
स्थापना संख्या 27
वर्तमान संस्करण 0.3
अंतिम अपडेट 2023-04-09
प्रकाशन तिथि 2022-11-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Dexter's Lab
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.paypal.com/donate/?hosted_button_id=NB9JTCU7GQAZJ
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elon Mask",
    "description": "Censor selected keywords during web browsing.",
    "version": "0.3",
    "icons": {
        "16": "\/images\/elon_mask_16.png",
        "48": "\/images\/elon_mask_48.png",
        "128": "\/images\/elon_mask_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/elon_mask_16.png",
            "48": "\/images\/elon_mask_48.png",
            "128": "\/images\/elon_mask_128.png"
        },
        "default_title": "Elon Mask Test",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    }
}