CommentFunnels
CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
ما هو CommentFunnels؟
CommentFunnels هو إضافة Chrome تم تطويرها بواسطة https://commentfunnels.com، والميزة الرئيسية لها هي "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CommentFunnels
قم بتنزيل ملفات الامتداد CommentFunnels بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Version 1.7.3 updates:
- Updates made to comply with new Google Web Store requirements. معلومات أساسية عن التمديد
| الاسم | |
| ID | ackhhhalkpjekdgpijajjaigboookepm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm |
| الوصف | CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click. |
| حجم الملف | 3.36 MB |
| عدد التثبيتات | 814 |
| النسخة الحالية | 1.7.3 |
| آخر تحديث | 2022-07-25 |
| تاريخ النشر | 2020-04-24 |
| تقييم | 4.56/5 مجموع تقييمات 9 |
| المطور | https://commentfunnels.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://commentfunnels.app |
| عنوان صفحة المساعدة | https://commentfunnels.app/support |
| عنوان صفحة سياسة الخصوصية | https://commentfunnels.app/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"128": "icons\/icon_128.png"
},
"default_title": "CommentFunnels",
"default_popup": "\/popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"manifest_version": 2,
"name": "CommentFunnels",
"permissions": [
"storage",
"*:\/\/*.facebook.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*",
"https:\/\/web.facebook.com\/*"
],
"js": [
"js\/jquery.min.js",
"js\/content.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/m.facebook.com\/*",
"https:\/\/mobile.facebook.com\/*"
],
"js": [
"js\/jquery.min.js"
],
"css": [
"css\/main.css"
],
"all_frames": true
}
],
"version": "1.7.3",
"web_accessible_resources": [
"*"
]
} | |