My Friends' Mood

Who deleted you on Facebook ?

Cos'è My Friends' Mood?

My Friends' Mood è un'estensione di Chrome sviluppata da https://www.myfriendsmood.fr, e la sua funzione principale è "Who deleted you on Facebook ?".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione My Friends' Mood

Scarica i file di estensione My Friends' Mood in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome My Friends' Mood My Friends' Mood
ID ejdfbkdnonefibomfhnbedaajhgceogg
URL Ufficiale https://chromewebstore.google.com/detail/my-friends-mood/ejdfbkdnonefibomfhnbedaajhgceogg
Descrizione Who deleted you on Facebook ?
Dimensione del File 110 KB
Conteggio Installazioni 317
Versione Corrente 1.1.4
Ultimo Aggiornamento 2020-06-17
Data di Pubblicazione 2020-06-17
Valutazione 3.25/5 Totale 12 Valutazioni
Sviluppatore https://www.myfriendsmood.fr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link
URL della Pagina di Aiuto https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link
Lingue Supportate 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"
    ]
}