MailBlock
Disable tracking from Gmail
MailBlockคืออะไร?
MailBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ruby.co และคุณลักษณะหลักของมันคือ "Disable tracking from Gmail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MailBlock
ดาวน์โหลดไฟล์ส่วนขยาย MailBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stop people tracking your email opens on Gmail. 90% of all marketing emails and 20% of all personal emails have embedded tracking. This lets the sender how many times you open their email and your location when you opened it. MailBlock stops almost 100 different vendors from tracking your email opens. We maintain the largest block list and update the list every week.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MailBlock |
ID | kpkdnknkibkomaciedabmbnoijaejdjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mailblock/kpkdnknkibkomaciedabmbnoijaejdjg |
คำอธิบาย | Disable tracking from Gmail |
ขนาดไฟล์ | 124 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2019-04-17 |
วันที่เผยแพร่ | 2019-04-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Ruby.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mailblock.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MailBlock", "description": "Disable tracking from Gmail", "version": "0.0.5", "browser_action": [], "web_accessible_resources": [ "images\/*", "welcome.html", "settings.html", "css\/bootstrap.min.css" ], "background": { "scripts": [ "vendor\/jquery.min.js", "js\/background.js", "js\/common.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "vendor\/inboxsdk.js", "vendor\/jquery.min.js", "js\/content.js", "js\/common.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "19": "images\/icon-19.png", "48": "images\/icon-48.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/mail.google.com\/*", "webRequest", "webRequestBlocking", "*:\/\/*.googleusercontent.com\/*", "storage", "https:\/\/*.mailblock.io\/*" ], "manifest_version": 2 } |