Outlook Ad Blocker

Remove ads from your email inbox

什麼是Outlook Ad Blocker?

Outlook Ad Blocker是由Marcos Mendes開發的Chrome擴展程式,該擴展的主要功能是“Remove ads from your email inbox”。

擴展截圖

screenshot

下載Outlook Ad Blocker擴展crx文件

下載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
官方網址 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"
    }
}