My Friends' Mood
Who deleted you on Facebook ?
My Friends' Mood là gì?
My Friends' Mood là một tiện ích mở rộng Chrome được phát triển bởi https://www.myfriendsmood.fr, và tính năng chính của nó là "Who deleted you on Facebook ?".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng My Friends' Mood
Tải xuống các tệp mở rộng My Friends' Mood dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | My Friends' Mood |
ID | ejdfbkdnonefibomfhnbedaajhgceogg |
URL Chính Thức | https://chromewebstore.google.com/detail/my-friends-mood/ejdfbkdnonefibomfhnbedaajhgceogg |
Mô tả | Who deleted you on Facebook ? |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 317 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2020-06-17 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 3.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://www.myfriendsmood.fr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link |
URL Trang Trợ Giúp | https://www.facebook.com/myfriendsmood/?ref=mfm_chrome_ext_link |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |