My Friends' Mood
Who deleted you on Facebook ?
What is My Friends' Mood?
My Friends' Mood is a Chrome extension developed by https://www.myfriendsmood.fr, and its main feature is "Who deleted you on Facebook ?".
Extension Screenshots
Download My Friends' Mood Extension CRX File
Download My Friends' Mood extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | My Friends' Mood |
ID | ejdfbkdnonefibomfhnbedaajhgceogg |
Official URL | https://chromewebstore.google.com/detail/my-friends-mood/ejdfbkdnonefibomfhnbedaajhgceogg |
Description | Who deleted you on Facebook ? |
File Size | 110 KB |
Installation Count | 317 |
Current Version | 1.1.4 |
Last Updated | 2020-06-17 |
Publish Date | 2020-06-17 |
Rating | 3.25/5 Total 12 Ratings |
Developer | https://www.myfriendsmood.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link |
Help Page URL | https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link |
Supported Languages | 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" ] } |