Discord Blur
Blur and Hides your messages on Discord until you hover over them.
ما هو Discord Blur؟
Discord Blur هو إضافة Chrome تم تطويرها بواسطة https://kirwako.com، والميزة الرئيسية لها هي "Blur and Hides your messages on Discord until you hover over them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Blur
قم بتنزيل ملفات الامتداد Discord Blur بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |