erase-blocked-user-in-discord
Erase block user message in Discord.
What is erase-blocked-user-in-discord?
erase-blocked-user-in-discord is a Chrome extension developed by malfunction, and its main feature is "Erase block user message in Discord.".
Extension Screenshots
Download erase-blocked-user-in-discord Extension CRX File
Download erase-blocked-user-in-discord extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Erase block user message in Discord.
Extension Basic Information
Name | |
ID | gmcpgaffphllfkahifdhlhjfhnokiman |
Official URL | https://chromewebstore.google.com/detail/erase-blocked-user-in-dis/gmcpgaffphllfkahifdhlhjfhnokiman |
Description | Erase block user message in Discord. |
File Size | 22.87 KB |
Installation Count | 10 |
Current Version | 1.0.3 |
Last Updated | 2019-06-29 |
Publish Date | 2019-06-28 |
Developer | malfunction |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Erase block user message in Discord.", "manifest_version": 2, "name": "erase-blocked-user-in-discord", "version": "1.0.3", "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/discordapp.com\/*" ], "css": [ "style.css" ] } ], "permissions": [ "*:\/\/discordapp.com\/*" ] } |