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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block ads on the right side of the screen when using Gmail, Yahoo Mail, Hotmail and Outlook.com which expand your message space"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webmail Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}