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
官方網址 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"
            ]
        }
    ]
}