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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}