Type 45 Webhook Destroyer
Search webpages for content for webhooks and send a delete request to each of them
Vad är Type 45 Webhook Destroyer?
Type 45 Webhook Destroyer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Search webpages for content for webhooks and send a delete request to each of them".
Tilläggsskärmbilder
Ladda ner Type 45 Webhook Destroyer-förlängningens CRX-fil
Ladda ner Type 45 Webhook Destroyer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Type 45 Webhook Destroyer |
ID | pjmjlilgonaenkggloeolfcaklaohfbp |
Officiell webbadress | https://chromewebstore.google.com/detail/type-45-webhook-destroyer/pjmjlilgonaenkggloeolfcaklaohfbp |
Beskrivning | Search webpages for content for webhooks and send a delete request to each of them |
Filstorlek | 3.61 KB |
Antal Installationer | 12 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2022-01-12 |
Publiceringsdatum | 2022-01-11 |
Utvecklare | Unknown |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ItsAzaria/webhook-destroyer |
Hjälpsida URL | https://github.com/ItsAzaria/webhook-destroyer/issues |
Stödda Språk | 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" } ] } |