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 là gì?

Just Delete Me là một tiện ích mở rộng Chrome được phát triển bởi http://mikerogers.io, và tính năng chính của nó là "Provides link in the omnibar to where to delete account and informs you how hard it is to delete your account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Just Delete Me

Tải xuống các tệp mở rộng Just Delete Me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Just Delete Me Just Delete Me
ID hfpofkfbabpbbmchmiekfnlcgaedbgcf
URL Chính Thức https://chrome.google.com/webstore/detail/hfpofkfbabpbbmchmiekfnlcgaedbgcf
Mô tả Provides link in the omnibar to where to delete account and informs you how hard it is to delete your account.
Kích Thước Tệp 17.41 KB
Số Lần Cài Đặt 18,186
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2020-03-05
Ngày Phát Hành 2020-03-05
Đánh Giá 4.54/5 Tổng số 39 Đánh Giá
Nhà Phát Triển http://mikerogers.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://justdeleteme.xyz/
URL Trang Trợ Giúp https://github.com/jdm-contrib/justdelete.me-chrome-extension
URL Trang Chính Sách Bảo Mật https://mikerogers.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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
}