Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Seerraze",
"version": "1.1.1",
"description": "Bulk delete your Discord messages. Delete DMs and server messages in text, voice & stage channels. Fast, simple, privacy-focused.",
"author": "Seerraze",
"homepage_url": "https:\/\/www.seerror.com\/",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [],
"host_permissions": [
"https:\/\/*.discord.com\/*",
"https:\/\/discord.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"https:\/\/*.discord.com\/*",
"https:\/\/discord.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.discord.com\/*",
"https:\/\/discord.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_idle"
}
]
}