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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}