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
官方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"
    }
}