Add friends on Facebook
Extension auto add friends on facebook
ما هو Add friends on Facebook؟
Add friends on Facebook هو إضافة Chrome تم تطويرها بواسطة thaycacac، والميزة الرئيسية لها هي "Extension auto add friends on facebook".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add friends on Facebook
قم بتنزيل ملفات الامتداد Add friends on Facebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you to automatically add friends with friends on facebook, you can automatically add friends on pages with friends list with additional buttons like a member list, ... Step 1: Go to page members of group public or page find friends (https://www.facebook.com/?sk=ff) Step 2: Reload page current Step 3: Input limit add friends. Step 4: Click button Start
معلومات أساسية عن التمديد
الاسم | |
ID | hfgelnndldfocpbakijlajclkljembdm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/add-friends-on-facebook/hfgelnndldfocpbakijlajclkljembdm |
الوصف | Extension auto add friends on facebook |
حجم الملف | 24.03 KB |
عدد التثبيتات | 3,000 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-05-02 |
تاريخ النشر | 2019-05-02 |
تقييم | 1.59/5 مجموع تقييمات 17 |
المطور | thaycacac |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://thaycacac.github.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add friends on Facebook", "description": "Extension auto add friends on facebook", "version": "1.0.0", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/groups\/*\/members\/", "https:\/\/www.facebook.com\/?sk=ff" ], "js": [ "js\/tools.js" ] } ], "browser_action": { "default_popup": "html\/popup.html" }, "permissions": [ "storage", "activeTab", "tabs", "notifications" ] } |