Type 45 Webhook Destroyer
Search webpages for content for webhooks and send a delete request to each of them
ما هو Type 45 Webhook Destroyer؟
Type 45 Webhook Destroyer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Search webpages for content for webhooks and send a delete request to each of them".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Type 45 Webhook Destroyer
قم بتنزيل ملفات الامتداد Type 45 Webhook Destroyer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Type 45 Webhook Destroyer |
ID | pjmjlilgonaenkggloeolfcaklaohfbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/type-45-webhook-destroyer/pjmjlilgonaenkggloeolfcaklaohfbp |
الوصف | Search webpages for content for webhooks and send a delete request to each of them |
حجم الملف | 3.61 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2022-01-12 |
تاريخ النشر | 2022-01-11 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ItsAzaria/webhook-destroyer |
عنوان صفحة المساعدة | https://github.com/ItsAzaria/webhook-destroyer/issues |
اللغات المدعومة | 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" } ] } |