Outlook Ad Blocker

Remove ads from your email inbox

Outlook Ad Blockerคืออะไร?

Outlook Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcos Mendes และคุณลักษณะหลักของมันคือ "Remove ads from your email inbox"

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

screenshot

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

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

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

                        This extension remove ads from your email inbox when using outlook via browser at outlook.live.com/mail

Last Updates: Adjustments for outloook updated UI, Fake Email Ad start appear again

- Remove the new fake email ad on top of inbox items when reading panel is hide
- Remove the new fake email ad on top of inbox items
- Remove right sidebar big ad and extend the email read area
- Remove upgrade banner below folders                    

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

ชื่อ Outlook Ad Blocker Outlook Ad Blocker
ID hpgeocgakdijfphkiakppebifapgclkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outlook-ad-blocker/hpgeocgakdijfphkiakppebifapgclkc
คำอธิบาย Remove ads from your email inbox
ขนาดไฟล์ 25.58 KB
จำนวนการติดตั้ง 930
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-05-11
วันที่เผยแพร่ 2022-06-15
คะแนน 4.80/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Marcos Mendes
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outlook Ad Blocker",
    "description": "Remove ads from your email inbox",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}