AdBlocker for Gmail™

Removes all annoying Ads and banners from your Gmail

AdBlocker for Gmail™ क्या है?

AdBlocker for Gmail™ Jorvi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all annoying Ads and banners from your Gmail"।

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

screenshot

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

crx प्रारूप में AdBlocker for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AdBlocker for Gmail™ allows you to remove all annoying contents, Ads, and banners from your Gmail inbox.

Key features:
a) This addon is very lite with no significant memory and CPU usage.
b) It effectively removes all annoying Ads (including web-clip suggestions) from your Gmail Inbox, both at the top-header and bottom-footer.
c) It also removes annoying Ads from the right side-bar of each individual email page.
d) When ads are removed, the inbox is fully expanded to the right.

Note: AdBlocker for Gmail™ does NOT belong or relate to the official Gmail application/website at all. It is basically an unofficial Addon that is developed and maintained independently.                    

एक्सटेंशन की मूल जानकारी

नाम AdBlocker for Gmail™ AdBlocker for Gmail™
ID ibheakdaofadipjoplaococmmjcefcop
आधिकारिक URL https://chromewebstore.google.com/detail/adblocker-for-gmail/ibheakdaofadipjoplaococmmjcefcop
विवरण Removes all annoying Ads and banners from your Gmail
फ़ाइल का आकार 32.09 KB
स्थापना संख्या 1,686
वर्तमान संस्करण 0.1.8
अंतिम अपडेट 2018-10-25
प्रकाशन तिथि 2018-10-24
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर Jorvi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.8",
    "manifest_version": 2,
    "short_name": "clean-email",
    "name": "AdBlocker for Gmail\u2122",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/clean-email.html",
    "description": "Removes all annoying Ads and banners from your Gmail",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "data\/content_script\/inject.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}