unsub.ME

An extension to weed out those nasty email lists!

unsub.MEคืออะไร?

unsub.ME เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.michaelmaturi.me และคุณลักษณะหลักของมันคือ "An extension to weed out those nasty email lists!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        unsub.ME is an extension created to unsubscribe from those pesky email lists! It is compatible only with Gmail / Google Inbox. Make sure you are signed into Chrome using the same Google account for the Gmail inbox you wish to filter. 

As the extension opens each link to unsubscribe, please ensure that you actually unsubscribed in full by manually checking each tab. While many links immediately unsubscribe you, some may have extra steps that unsub.ME does not currently account for.  Lastly, it is not recommended to process more than 15 links at a time unless your device has substantial processing power.


Special thanks to my brother, Andrew, for answering all my coding questions and his major contributions to this project.

Soon-to-be Features:
• Increase success rate of unsubscribing on new tab open
• Increase scope of links that can be grabbed from the user's  inbox
• Select just 10 links when popup window is initialized                    

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

ชื่อ unsub.ME unsub.ME
ID ofkabjnhbcfdpojmpfghkofmfedjhbna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unsubme/ofkabjnhbcfdpojmpfghkofmfedjhbna
คำอธิบาย An extension to weed out those nasty email lists!
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 1,420
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-10-20
วันที่เผยแพร่ 2015-10-19
คะแนน 3.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.michaelmaturi.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.michaelmaturi.me
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "unsub.ME",
    "description": "An extension to weed out those nasty email lists!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "oauth2": {
        "client_id": "620012734312-ptl871aqabgdfn3o9utguamgea2va0ef.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "unsub.ME",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "version": "1.2"
}