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 |
官方網址 | 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" ] } |