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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}