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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CJ Vogt และคุณลักษณะหลักของมันคือ "Removes the banner and its container from the top of the Echo Mag website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Echo Mag Banner Block

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}