Automod Fighter
Remove automod comments from reddit.
ما هو Automod Fighter؟
Automod Fighter هو إضافة Chrome تم تطويرها بواسطة mattstrouss، والميزة الرئيسية لها هي "Remove automod comments from reddit.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Automod Fighter
قم بتنزيل ملفات الامتداد Automod Fighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension removes level 1 comments by the AutoModerator bot on reddit.
معلومات أساسية عن التمديد
الاسم | Automod Fighter |
ID | pkoadnkkigkpfnmcbafcdjmpabcgclfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj |
الوصف | Remove automod comments from reddit. |
حجم الملف | 12.99 KB |
عدد التثبيتات | 150 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2022-08-27 |
تاريخ النشر | 2022-08-26 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | mattstrouss |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Automod Fighter", "version": "0.0.2", "description": "Remove automod comments from reddit.", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.reddit.com\/*", "https:\/\/old.reddit.com\/*" ] } ] } |