My Friends' Mood
Who deleted you on Facebook ?
Wat is My Friends' Mood?
My Friends' Mood is een Chrome-extensie ontwikkeld door https://www.myfriendsmood.fr, en de belangrijkste functie is "Who deleted you on Facebook ?".
Extensie Screenshots
Download het CRX-bestand van de extensie My Friends' Mood
Download My Friends' Mood-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ejdfbkdnonefibomfhnbedaajhgceogg |
| Officiële URL | https://chromewebstore.google.com/detail/my-friends-mood/ejdfbkdnonefibomfhnbedaajhgceogg |
| Beschrijving | Who deleted you on Facebook ? |
| Bestandsgrootte | 110 KB |
| Aantal Installaties | 317 |
| Huidige Versie | 1.1.4 |
| Laatst Bijgewerkt | 2020-06-17 |
| Publicatiedatum | 2020-06-17 |
| Beoordeling | 3.25/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | https://www.myfriendsmood.fr |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link |
| Help Pagina-URL | https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link |
| Ondersteunde Talen | 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"
]
} | |