My Friends' Mood

Who deleted you on Facebook ?

ما هو My Friends' Mood؟

My Friends' Mood هو إضافة Chrome تم تطويرها بواسطة https://www.myfriendsmood.fr، والميزة الرئيسية لها هي "Who deleted you on Facebook ?".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة My Friends' Mood

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

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

                        Keep an eye on your Facebook friends' list.
- which ones of your friends deleted you of their list?
- which ones are your new friends ?
- which ones have deactivated their account ?
- which ones have reactivated their account ?
--------------------------------------------------
Conditions of use:
- You must be connected on Facebook.
- You have to let the application look for your friends up to the summary of the search.                    

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

الاسم My Friends' Mood My Friends' Mood
ID ejdfbkdnonefibomfhnbedaajhgceogg
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-friends-mood/ejdfbkdnonefibomfhnbedaajhgceogg
الوصف Who deleted you on Facebook ?
حجم الملف 110 KB
عدد التثبيتات 317
النسخة الحالية 1.1.4
آخر تحديث 2020-06-17
تاريخ النشر 2020-06-17
تقييم 3.25/5 مجموع تقييمات 12
المطور https://www.myfriendsmood.fr
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link
عنوان صفحة المساعدة https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "MFM",
    "version": "1.1.4",
    "description": "__MSG_extDesc__",
    "author": "Raidge",
    "default_locale": "fr",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "img\/mfm16.png",
            "48": "img\/mfm48.png",
            "96": "img\/mfm96.png",
            "128": "img\/mfm128.png"
        },
        "default_title": "My Friends' Mood",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/me\/friends",
                "https:\/\/www.facebook.com\/me\/friends"
            ],
            "js": [
                "lang.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lang.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/mfm16.png",
        "48": "img\/mfm48.png",
        "128": "img\/mfm128.png"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.facebook.com\/me\/friends",
        "storage"
    ]
}