Just Delete Me

Provides link in the omnibar to where to delete account and informs you how hard it is to delete your account.

Just Delete Me क्या है?

Just Delete Me http://mikerogers.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides link in the omnibar to where to delete account and informs you how hard it is to delete your account."।

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

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 omnibar indicating the difficulty in removing an account on the website your visiting. 

Upon clicking this icon you will be taken to the page which you can 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/jdm-contrib/justdelete.me-chrome-extension).                    

एक्सटेंशन की मूल जानकारी

नाम Just Delete Me Just Delete Me
ID hfpofkfbabpbbmchmiekfnlcgaedbgcf
आधिकारिक URL https://chrome.google.com/webstore/detail/hfpofkfbabpbbmchmiekfnlcgaedbgcf
विवरण Provides link in the omnibar to where to delete account and informs you how hard it is to delete your account.
फ़ाइल का आकार 17.41 KB
स्थापना संख्या 18,186
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2020-03-05
प्रकाशन तिथि 2020-03-05
रेटिंग 4.54/5 कुल 39 रेटिंग्स
डेवलपर http://mikerogers.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://justdeleteme.xyz/
सहायता पृष्ठ URL https://github.com/jdm-contrib/justdelete.me-chrome-extension
गोपनीयता नीति पृष्ठ URL https://mikerogers.io/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.6.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "http:\/\/justdeleteme.xyz\/",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "page_action": {
        "default_icon": {
            "38": "img\/icon_easy_38.png"
        },
        "default_title": "JustDelete.me - Adds account deletion information to omnibar"
    },
    "minimum_chrome_version": "18",
    "offline_enabled": false
}