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은(는) https://jasonsavard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space"입니다.

확장 프로그램 스크린샷

screenshot

Webmail Ad Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}