Webmail Ad Blocker
Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space
Webmail Ad Blockerคืออะไร?
Webmail Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jasonsavard.com และคุณลักษณะหลักของมันคือ "Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webmail Ad Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Webmail Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes ads and sponsored links leaving more space to focus on emails. Great for parental control to child proof those ads. Trusted developer of many extensions Click "Website" or visit jasonsavard.com for more info. Changelog: https://jasonsavard.com/wiki/Webmail_Ad_Blocker_changelog
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Webmail Ad Blocker |
ID | cbhfdchmklhpcngcgjmpdbjakdggkkjp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webmail-ad-blocker/cbhfdchmklhpcngcgjmpdbjakdggkkjp |
คำอธิบาย | Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space |
ขนาดไฟล์ | 315 KB |
จำนวนการติดตั้ง | 114,519 |
เวอร์ชันปัจจุบัน | 5.17 |
อัปเดตครั้งล่าสุด | 2023-12-12 |
วันที่เผยแพร่ | 2020-05-13 |
คะแนน | 4.52/5 รวมทั้งหมด 1382 คะแนน |
ผู้พัฒนา | https://jasonsavard.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://jasonsavard.com |
URL หน้าช่วยเหลือ | https://jasonsavard.com/wiki/Webmail_Ad_Blocker |
URL หน้านโยบายความเป็นส่วนตัว | https://jasonsavard.com/wiki/Permissions_and_privacy |
ภาษาที่รองรับ | de,en,en-GB,fr,es,es-419,pt-BR,ru,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "5.17", "homepage_url": "https:\/\/jasonsavard.com?ref=homepage_url&ext=WAB", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/webmailAdBlocker.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/*.mail.yahoo.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html?source=toolbar" }, "options_page": "options.html", "permissions": [ "notifications", "alarms", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; require-trusted-types-for 'script'" }, "manifest_version": 3 } |