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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Just Delete Me

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}