Echo Mag Banner Block

Removes the banner and its container from the top of the Echo Mag website.

Echo Mag Banner Blockとは何ですか?

Echo Mag Banner BlockはCJ Vogtによって開発されたChromeの拡張機能で、その主な機能は「Removes the banner and its container from the top of the Echo Mag website.」です。

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

screenshot

Echo Mag Banner Block拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Cleans the top of the Echo Magazine website (echomag.com) by removing the large banner taking up the top of each page. Helps reveal the site in all its glory! (Does not remove the sidebar banners or any other banner ad on the site.)

If you are already using Adblock, this removes the giant black bar across the top of each page.                    

拡張機能の基本情報

名前 Echo Mag Banner Block Echo Mag Banner Block
ID bfpljidcniajmahlgodjmbomgkfphhjm
公式URL https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm
説明 Removes the banner and its container from the top of the Echo Mag website.
ファイルサイズ 455 KB
インストール数 19
現在のバージョン 0.0.2
最終更新日 2015-03-26
公開日 2015-03-25
評価 5.00/5 合計 1 レビュー
開発者 CJ Vogt
支払い方法 free
ヘルプページのURL https://github.com/rainbow-unicorn/echo-mag-banner-block
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Echo Mag Banner Block",
    "version": "0.0.2",
    "author": "Rainbow Unicorn",
    "manifest_version": 2,
    "description": "Removes the banner and its container from the top of the Echo Mag website.",
    "homepage_url": "https:\/\/github.com\/rainbow-unicorn\/echo-mag-banner-block",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/*.echomag.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.echomag.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}