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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.deleted.io และคุณลักษณะหลักของมันคือ "Keep track of who unfriends you on social networks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Who Deleted Me - See Who Unfriends You

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}