My Friends' Mood

Who deleted you on Facebook ?

Was ist My Friends' Mood?

My Friends' Mood ist eine Chrome-Erweiterung, die von https://www.myfriendsmood.fr entwickelt wurde, und ihr Hauptmerkmal ist "Who deleted you on Facebook ?".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

My Friends' Mood-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Friends' Mood-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name My Friends' Mood My Friends' Mood
ID ejdfbkdnonefibomfhnbedaajhgceogg
Offizielle URL https://chromewebstore.google.com/detail/my-friends-mood/ejdfbkdnonefibomfhnbedaajhgceogg
Beschreibung Who deleted you on Facebook ?
Dateigröße 110 KB
Installationsanzahl 317
Aktuelle Version 1.1.4
Letztes Update 2020-06-17
Veröffentlichungsdatum 2020-06-17
Bewertung 3.25/5 Insgesamt 12 Bewertungen
Entwickler https://www.myfriendsmood.fr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link
Hilfeseite URL https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link
Unterstützte Sprachen 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"
    ]
}