Prospectus Ad Guard

An extremely lightweight ad guard for the new Microsoft Outlook™ web interface that keeps your view clean and tidy.

Prospectus Ad Guardคืออะไร?

Prospectus Ad Guard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย immōtus และคุณลักษณะหลักของมันคือ "An extremely lightweight ad guard for the new Microsoft Outlook™ web interface that keeps your view clean and tidy."

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

screenshot
screenshot
screenshot

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

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

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

                        A Google Chrome™ extension that automatically removes ad panels and sponsored links from the new Microsoft Outlook™ web interface while maximising the reading pane. What differentiates this extension from most common ad blockers is that it is purpose-built for the aforementioned application and unlike many other ad blockers it doesn't leave the leftover space where ads used to be by carefully adjusting the styles of remaining elements to fill the space. The extension creates a clean distraction-free environment without annoying blinking ads and commercials.

The extension is designed with memory efficiency in mind and leaves virtually no memory footprint once ads have been removed. For your peace of mind, it requires no client-side permissions and only gets activated on the new web mail interface. It lacks any extension configuration pages or popups and requires absolutely no interaction with the user. Once loaded it will simply keep the web-mail interface clean.

Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Outlook is a trademark of Microsoft Inc.                    

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

ชื่อ Prospectus Ad Guard Prospectus Ad Guard
ID cmlgnnlbkbkfpocpobncjcfhaonmbdhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prospectus-ad-guard/cmlgnnlbkbkfpocpobncjcfhaonmbdhc
คำอธิบาย An extremely lightweight ad guard for the new Microsoft Outlook™ web interface that keeps your view clean and tidy.
ขนาดไฟล์ 75.58 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 23.7.286
อัปเดตครั้งล่าสุด 2023-07-07
วันที่เผยแพร่ 2020-08-31
ผู้พัฒนา immōtus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prospectus Ad Guard",
    "short_name": "Prospectus Ad Guard",
    "description": "An extremely lightweight ad guard for the new Microsoft Outlook\u2122 web interface that keeps your view clean and tidy.",
    "version": "23.7.286",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/mail-icon-16.png",
        "24": "icons\/mail-icon-24.png",
        "32": "icons\/mail-icon-32.png",
        "48": "icons\/mail-icon-48.png",
        "64": "icons\/mail-icon-64.png",
        "72": "icons\/mail-icon-72.png",
        "96": "icons\/mail-icon-96.png",
        "128": "icons\/mail-icon-128.png",
        "256": "icons\/mail-icon-256.png"
    },
    "action": {
        "default_title": "Prospectus Ad Guard",
        "default_icon": {
            "16": "icons\/mail-icon-16.png",
            "24": "icons\/mail-icon-24.png",
            "32": "icons\/mail-icon-32.png",
            "48": "icons\/mail-icon-48.png",
            "128": "icons\/mail-icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.live.com\/mail\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "vendor\/arrive.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/outlook.live.com\/mail\/*"
    ]
}