Insult Generator
"You're a failed abortion whose birth certificate is an apology from the condom factory." Offended? Good. You too can have…
ما هو Insult Generator؟
Insult Generator هو إضافة Chrome تم تطويرها بواسطة Mikołaj Zyzański، والميزة الرئيسية لها هي ""You're a failed abortion whose birth certificate is an apology from the condom factory." Offended? Good. You too can have…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Insult Generator
قم بتنزيل ملفات الامتداد Insult Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"You're a failed abortion whose birth certificate is an apology from the condom factory." Offended? Good. You too can have the power to throw intricate insults at your opponent. Win every online argument with our Insult Generator!
معلومات أساسية عن التمديد
الاسم | |
ID | hacbhgoejkhkdmeeoganhighhgadgopo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/insult-generator/hacbhgoejkhkdmeeoganhighhgadgopo |
الوصف | "You're a failed abortion whose birth certificate is an apology from the condom factory." Offended? Good. You too can have… |
حجم الملف | 201 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-05-19 |
تاريخ النشر | 2019-05-19 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Mikołaj Zyzański |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Redseb/insultGenerator |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Insult Generator", "version": "0.0.1", "permissions": [ "storage", "https:\/\/evilinsult.com\/generate_insult.php?lang=en&type=json" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Generate a unique insult!" } } |