UnFriendAll

unfriend your facebook contacts

ما هو UnFriendAll؟

UnFriendAll هو إضافة Chrome تم تطويرها بواسطة https://www.momiplay.com، والميزة الرئيسية لها هي "unfriend your facebook contacts".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة UnFriendAll

قم بتنزيل ملفات الامتداد UnFriendAll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        How important you are in your friend's mind? How long you don't interact with some of your friends? How many friends you don't want to contact any more for some reason? UnFriendAll can help you manage your friend list efficiently. Say goodbye to low interaction friends and have a nice touch with high interaction friends. UnFriendAll is there to help. Enjoy it!                    

معلومات أساسية عن التمديد

الاسم UnFriendAll UnFriendAll
ID hepfdojjepkcbjibihddkangmhecjifk
عنوان URL الرسمي https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk
الوصف unfriend your facebook contacts
حجم الملف 241 KB
عدد التثبيتات 601
النسخة الحالية 1.0
آخر تحديث 2021-08-13
تاريخ النشر 2021-08-12
تقييم 3.50/5 مجموع تقييمات 4
المطور https://www.momiplay.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.momiplay.com
عنوان صفحة المساعدة https://www.momiplay.com/73.html
عنوان صفحة سياسة الخصوصية https://mypdfclub.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnFriendAll",
    "description": "unfriend your facebook contacts",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "1.0",
    "permissions": [
        "storage",
        "webNavigation",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/m.facebook.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_title": "UnFriendAll",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/friends\/center\/friends*"
            ],
            "css": [
                "css\/style-content.css",
                "css\/layer.css"
            ],
            "js": [
                "js\/jquery-2.2.1.js",
                "js\/layer.js",
                "js\/content_script.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 3
}