My Friends' Mood
Who deleted you on Facebook ?
什么是My Friends' Mood?
My Friends' Mood是由https://www.myfriendsmood.fr开发的Chrome扩展程序,该扩展的主要功能是“Who deleted you on Facebook ?”。
扩展截图
下载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 |
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" ] } |