Who Deleted Me - See Who Unfriends You

Keep track of who unfriends you on social networks.

什麼是Who Deleted Me - See Who Unfriends You?

Who Deleted Me - See Who Unfriends You是由https://www.deleted.io開發的Chrome擴展程式,該擴展的主要功能是“Keep track of who unfriends you on social networks.”。

擴展截圖

screenshot

下載Who Deleted Me - See Who Unfriends You擴展crx文件

下載Who Deleted Me - See Who Unfriends You擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        See who deletes/unfriends you on social networks!
Who Deleted Me keeps track of your friend list and notifies you when friends go missing. We'll tell you if they deleted you or deactivated. We'll also tell you when you make new friends!                    

擴展基本資訊

名稱 Who Deleted Me - See Who Unfriends You Who Deleted Me - See Who Unfriends You
ID eiepnnbjenknnjgabbodaihlnkkpkgll
官方網址 https://chromewebstore.google.com/detail/who-deleted-me-see-who-un/eiepnnbjenknnjgabbodaihlnkkpkgll
簡介 Keep track of who unfriends you on social networks.
檔案大小 180 KB
安裝次數 100,000
目前版本 3.0.10
更新時間 2024-01-02
上架時間 2020-04-09
評分 3.20/5 共 487 次評分
開發者 https://www.deleted.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.deleted.io
說明頁面URL https://www.deleted.io/help
隱私政策頁面URL http://www.deleted.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.10",
    "manifest_version": 3,
    "name": "Who Deleted Me - See Who Unfriends You",
    "short_name": "Who Deleted Me",
    "description": "Keep track of who unfriends you on social networks.",
    "homepage_url": "https:\/\/www.deleted.io",
    "author": "Who Deleted Me",
    "permissions": [
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.deleted.io\/",
        "*:\/\/*.facebook.com\/"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "96": "icons\/icon96.png",
            "100": "icons\/icon100.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Who Deleted Me"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deleted.io\/*"
            ],
            "js": [
                "vendor\/webextension-polyfill\/dist\/browser-polyfill.js",
                "wdm-content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "100": "icons\/icon100.png",
        "128": "icons\/icon128.png"
    }
}