Just Delete Me

Find out how difficult it is to delete your account from websites

什麼是Just Delete Me?

Just Delete Me是由fregante開發的Chrome擴展程式,該擴展的主要功能是“Find out how difficult it is to delete your account from websites”。

擴展截圖

screenshot
screenshot

下載Just Delete Me擴展crx文件

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

擴展使用說明

                        Information about how to delete account is pulled daily from JustDeleteMe.xyz ( http://justdeleteme.xyz/ ).

This extension will add a traffic light icon to your toolbar indicating the difficulty in removing an account on the website your visiting.

Upon clicking this icon you will be taken to justdeleteme.xyz, where you can find more information on how to delete your account.

Colour Key:
Green - Simple process
Yellow - Some extra steps involved
Red - Cannot be fully deleted without contacting customer-services
Block - Cannot be deleted

This extension is open source, if you wish to contribute or look though the code it's available on github (https://github.com/fregante/jdm).                    

擴展基本資訊

名稱 Just Delete Me Just Delete Me
ID dlhckcablohllindinahbbpnfgblimoe
官方網址 https://chromewebstore.google.com/detail/just-delete-me/dlhckcablohllindinahbbpnfgblimoe
簡介 Find out how difficult it is to delete your account from websites
檔案大小 9.83 KB
安裝次數 1,181
目前版本 23.12.10
更新時間 2023-12-10
上架時間 2023-09-15
評分 5.00/5 共 2 次評分
開發者 fregante
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/fregante/jdm
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just Delete Me",
    "version": "23.12.10",
    "description": "Find out how difficult it is to delete your account from websites",
    "homepage_url": "https:\/\/github.com\/fregante\/jdm",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "128": "icon.082f75ba.png"
    },
    "permissions": [
        "action",
        "activeTab",
        "alarms",
        "declarativeContent"
    ],
    "action": {
        "default_icon": {
            "32": "unknown.d674f62d.png"
        }
    },
    "background": {
        "service_worker": "background.a054f291.js",
        "type": "module"
    }
}