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
¿Qué es Webmail Ad Blocker?
Webmail Ad Blocker es una extensión de Chrome desarrollada por https://jasonsavard.com, y su función principal es "Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Webmail Ad Blocker
Descarga archivos de extensión Webmail Ad Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Webmail Ad Blocker |
ID | cbhfdchmklhpcngcgjmpdbjakdggkkjp |
URL Oficial | https://chromewebstore.google.com/detail/webmail-ad-blocker/cbhfdchmklhpcngcgjmpdbjakdggkkjp |
Descripción | Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space |
Tamaño del Archivo | 315 KB |
Cantidad de Instalaciones | 114,519 |
Versión Actual | 5.17 |
Última Actualización | 2023-12-12 |
Fecha de Publicación | 2020-05-13 |
Calificación | 4.52/5 Total de 1382 Calificaciones |
Desarrollador | https://jasonsavard.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://jasonsavard.com |
URL de la Página de Ayuda | https://jasonsavard.com/wiki/Webmail_Ad_Blocker |
URL de la Página de Política de Privacidad | https://jasonsavard.com/wiki/Permissions_and_privacy |
Idiomas Soportados | 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 } |