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”。
扩展截图
下载Webmail Ad Blocker扩展crx文件
下载Webmail Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |