Discord Blur

Blur and Hides your messages on Discord until you hover over them.

Discord Blur क्या है?

Discord Blur https://kirwako.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blur and Hides your messages on Discord until you hover over them."।

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

screenshot
screenshot

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

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

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

                        Blur and Hides your messages on Discord until you hover over them.

To increase privacy in public spaces the Discord Blur Extension For Discord Web blurs your messages as well as other content.

And only reveals one when you hover over it with your mouse cursor. Additionally, you can quickly toggle all effects by using a keyboard shortcut (Alt+X) or by clicking the toggle button in the extension menu.

It adapts to your needs by letting you decide which elements you want to blur. Your options:
- Blurs all messages in the current chat.
- Blurs all message previews on the left.
-  Blurs all images, videos, stickers, ... in separation from the text.
- Blurs all small icons of images, videos, ... while viewing an image, video, ...
- Makes the color in your input field lighter to make it hard to read.
- Blurs all profile pictures.
- Blurs all groups and users names.
- Allows you to turn off the delay before revealing an item on hover.
- Unblurs all elements when you hover over the Discord Web app                    

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

नाम Discord Blur Discord Blur
ID boifmjgmgefnkmogonejhhaohocakjae
आधिकारिक URL https://chromewebstore.google.com/detail/discord-blur/boifmjgmgefnkmogonejhhaohocakjae
विवरण Blur and Hides your messages on Discord until you hover over them.
फ़ाइल का आकार 27.8 KB
स्थापना संख्या 212
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-09-30
प्रकाशन तिथि 2022-09-30
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर https://kirwako.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://old.kirwako.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Blur",
    "version": "1.0.0",
    "description": "Blur and Hides your messages on Discord until you hover over them.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/discord.com\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/statusOn.png",
                "images\/statusOff.png",
                "css\/messages.css",
                "css\/mediaPreview.css",
                "css\/mediaGallery.css",
                "css\/textInput.css",
                "css\/profilePic.css",
                "css\/name.css",
                "css\/noDelay.css",
                "css\/unblurActive.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "load.js"
            ]
        }
    ],
    "action": {
        "default_title": "Discord Blur",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Toggle On\/Off"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}