Comment Responder
Comment Responder Chrome Extension
ما هو Comment Responder؟
Comment Responder هو إضافة Chrome تم تطويرها بواسطة automaticsextension، والميزة الرئيسية لها هي "Comment Responder Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Comment Responder
قم بتنزيل ملفات الامتداد Comment Responder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Comment responder is a chrome extension that will help you to reply to the comments on your facebook post. It will allow you to auto reply to comment based on different keywords also send a message to the people who commented on your post if you enable that option.
معلومات أساسية عن التمديد
الاسم | Comment Responder |
ID | okmnbiladbkgnjnnojljeleijkcdfgob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/comment-responder/okmnbiladbkgnjnnojljeleijkcdfgob |
الوصف | Comment Responder Chrome Extension |
حجم الملف | 1.21 MB |
عدد التثبيتات | 160 |
النسخة الحالية | 1.1.8 |
آخر تحديث | 2021-06-26 |
تاريخ النشر | 2021-01-11 |
المطور | automaticsextension |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.offerlevels.com/comment-responder |
عنوان صفحة سياسة الخصوصية | https://automatics.one/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Comment Responder Chrome Extension", "version": "1.1.8", "name": "Comment Responder", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "128.png" }, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "tabs", " |