Echo Mag Banner Block

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

Echo Mag Banner Block là gì?

Echo Mag Banner Block là một tiện ích mở rộng Chrome được phát triển bởi CJ Vogt, và tính năng chính của nó là "Removes the banner and its container from the top of the Echo Mag website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Echo Mag Banner Block

Tải xuống các tệp mở rộng Echo Mag Banner Block dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Echo Mag Banner Block Echo Mag Banner Block
ID bfpljidcniajmahlgodjmbomgkfphhjm
URL Chính Thức https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm
Mô tả Removes the banner and its container from the top of the Echo Mag website.
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-03-26
Ngày Phát Hành 2015-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển CJ Vogt
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/rainbow-unicorn/echo-mag-banner-block
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}