Hide Blocked Messages on Discord
Easily hide and show the "1 Blocked Messages" text that appears when you block someone on Discord with a click of a button.
Hide Blocked Messages on Discord क्या है?
Hide Blocked Messages on Discord BoxedFruits द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily hide and show the "1 Blocked Messages" text that appears when you block someone on Discord with a click of a button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide Blocked Messages on Discord एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of seeing the "1 Blocked Messages" message on Discord when you blocked someone? You blocked them for a reason, and you don't intend to read their messages anymore but seeing you are still tempted to read click on the blocked message. Or maybe you are just sick of seeing that message. With this extension, you are able to toggle the "1 Blocked Message" that appears when you block someone on Discord.
एक्सटेंशन की मूल जानकारी
नाम | Hide Blocked Messages on Discord |
ID | ogpfnafglealngcpbnafcpcbolipmjmn |
आधिकारिक URL | https://chromewebstore.google.com/detail/hide-blocked-messages-on/ogpfnafglealngcpbnafcpcbolipmjmn |
विवरण | Easily hide and show the "1 Blocked Messages" text that appears when you block someone on Discord with a click of a button. |
फ़ाइल का आकार | 57.3 KB |
स्थापना संख्या | 195 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2023-09-10 |
प्रकाशन तिथि | 2023-09-07 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | BoxedFruits |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Blocked Messages on Discord", "description": "Easily hide and show the \"1 Blocked Messages\" text that appears when you block someone on Discord with a click of a button.", "version": "1.0.4", "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "storage", "tabs" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "48": "src\/icons8-discord-48.png", "128": "src\/icons8-discord-128.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.tsx.6b109dd7.136e9e30.js" ], "matches": [ "https:\/\/discord.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/discord.com\/*" ], "resources": [ "assets\/content.tsx.6b109dd7.js" ], "use_dynamic_url": true } ] } |