AdBlocker for Gmail™

Removes all annoying Ads and banners from your Gmail

AdBlocker for Gmail™とは何ですか?

AdBlocker for Gmail™はJorviによって開発されたChromeの拡張機能で、その主な機能は「Removes all annoying Ads and banners from your Gmail」です。

拡張機能のスクリーンショット

screenshot

AdBlocker for Gmail™拡張機能のCRXファイルをダウンロード

AdBlocker for Gmail™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}