Type 45 Webhook Destroyer
Search webpages for content for webhooks and send a delete request to each of them
What is Type 45 Webhook Destroyer?
Type 45 Webhook Destroyer is a Chrome extension developed by Unknown, and its main feature is "Search webpages for content for webhooks and send a delete request to each of them".
Extension Screenshots
Download Type 45 Webhook Destroyer Extension CRX File
Download Type 45 Webhook Destroyer 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
Want to delete discord webhooks you find with little effort? This extension loads on each page request but does nothing until you hit the delete key. It will then search through the page and nuke any webhook it finds
Extension Basic Information
Name | Type 45 Webhook Destroyer |
ID | pjmjlilgonaenkggloeolfcaklaohfbp |
Official URL | https://chromewebstore.google.com/detail/type-45-webhook-destroyer/pjmjlilgonaenkggloeolfcaklaohfbp |
Description | Search webpages for content for webhooks and send a delete request to each of them |
File Size | 3.61 KB |
Installation Count | 12 |
Current Version | 1.2.0 |
Last Updated | 2022-01-12 |
Publish Date | 2022-01-11 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ItsAzaria/webhook-destroyer |
Help Page URL | https://github.com/ItsAzaria/webhook-destroyer/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Type 45 Webhook Destroyer", "description": "Search webpages for content for webhooks and send a delete request to each of them", "version": "1.2.0", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/discord.com\/api\/webhooks\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "webhook-nuker.js" ], "run_at": "document_end" } ] } |