Just Delete Me

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

Just Delete Me क्या है?

Just Delete Me fregante द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out how difficult it is to delete your account from websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Just Delete Me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}