Detoxbox

Get off the mailing lists you don’t want to be on. Keep your inbox clean and distraction-free

Detoxboxคืออะไร?

Detoxbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://detoxbox.xyz และคุณลักษณะหลักของมันคือ "Get off the mailing lists you don’t want to be on. Keep your inbox clean and distraction-free"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Detoxbox

ดาวน์โหลดไฟล์ส่วนขยาย Detoxbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DetoxBox is a browser extension that helps you bulk unsubscribe  from email newsletters.

Time is money, and you're wasting it on unwanted mail. DetoxBox will unsubscribe you from almost any mailing list on the web - all with a single click. No more clutter in your inbox! Get to inbox zero with DetoxBox.

✔ Privacy focused: your emails never touch our server.
✔ Archive or move to trash after unsubscribing.
✔ Preview before unsubscribing.
✔ No need to change any Gmail settings.
✔ Don't wait till Gmail notices that you never open these emails, unsubscribe from all unwanted lists at once.

How it works:
1. When you're in Gmail, click the Detoxbox extension icon at the top bar.
2. Give permission to access your inbox. This is done only once. Detoxbox needs to read your emails to find those that have an unsubscription link.
3. You'll see the list of mailing lists that you can unsubscribe from. This version displays only 10 entries. Uncheck the lists that you want to keep. Expand an item if you wan to see more details, or hover the mouse for a snippet.
4. Click the Unsubscribe button.
5. The links will open in separate tabs. Some lists require additional confirmations before unsubscribing you. Review each new tab to make sure you're unsubscribed.

💲 Pricing: 
🧹 Up to 5 lists in one shot: free.
0️⃣ Unlimited: 1-time payment of $5.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Detoxbox Detoxbox
ID lecgdlmnijdongfifdegmglolnpjcgfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/detoxbox/lecgdlmnijdongfifdegmglolnpjcgfk
คำอธิบาย Get off the mailing lists you don’t want to be on. Keep your inbox clean and distraction-free
ขนาดไฟล์ 1.07 MB
จำนวนการติดตั้ง 312
เวอร์ชันปัจจุบัน 1.8.0
อัปเดตครั้งล่าสุด 2021-04-04
วันที่เผยแพร่ 2021-01-03
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://detoxbox.xyz
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://detoxbox.xyz/
URL หน้าช่วยเหลือ https://detoxbox.xyz/feedback
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.8.0",
    "name": "Detoxbox",
    "short_name": "Detoxbox",
    "description": "Get off the mailing lists you don\u2019t want to be on. Keep your inbox clean and distraction-free",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/mail.google.com\/mail\/ca\/u\/0\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "extpay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/extension\/icon-16x16.png",
        "48": "assets\/extension\/icon-48x48.png",
        "128": "assets\/extension\/icon-128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgzDMyjGiDbdvvxxc76uAtnaQDTcnqjGNYdCt0WkNxTSVXbvq7X0tCkLN2d8dwPqaykHdSz+ga6n2XBgsq49VkKyxtHeseyWMnhZIm1xn+SbYR2ag3c6JJonTMX2dpRKNFfVgF4ZvfreIfmjyBT6A5T3W3iYSwf7qoipv4mUmAmWioXmAjIj3Z4ajd0q0cG7tNwluN3DoPmHgb5J9QXXhhytXzNiIrIkTCX3ESvBMFmKGXo4CvLGP3mHxPrHkwy\/gYpdtND\/JllbviE6IZyWuciFqcrImryiouA2vx07c8ejlO2bKR9uHVXMrj1F5mCq0XYQf4sbkGdXD\/ODi+J41oQIDAQAB",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "identity",
        "https:\/\/extensionpay.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ 'unsafe-eval'; object-src 'self'; connect-src https:\/\/www.googleapis.com\/ https:\/\/gmail.googleapis.com\/ https:\/\/extensionpay.com\/ ws:\/\/localhost:*\/",
    "web_accessible_resources": [
        "assets\/*\/*"
    ],
    "oauth2": {
        "client_id": "806292438246-650lb89g9dvv076a9u4vv79g94cg7si8.apps.googleusercontent.com",
        "scopes": [
            "email",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/gmail.modify"
        ]
    }
}