My Friends' Mood

Who deleted you on Facebook ?

My Friends' Moodとは何ですか?

My Friends' Moodはhttps://www.myfriendsmood.frによって開発されたChromeの拡張機能で、その主な機能は「Who deleted you on Facebook ?」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

My Friends' Mood拡張機能のCRXファイルをダウンロード

My Friends' Mood拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link
ヘルプページのURL 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"
    ]
}