Image Blocker EX+ 9000

Ridiculously powerful and customizable image blocker

Image Blocker EX+ 9000คืออะไร?

Image Blocker EX+ 9000 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve McKay และคุณลักษณะหลักของมันคือ "Ridiculously powerful and customizable image blocker"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Blocker EX+ 9000

ดาวน์โหลดไฟล์ส่วนขยาย Image Blocker EX+ 9000 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Prevent almost all images from downloading. Prevent the rest from being shown.

The toolbar button can disable permanently or temporarily. By default it is temporary.

Supports domain whitelisting and blacklisting. Pages on whitelisted domains will show images even if Image Blocker EX+ 9000 is enabled. Pages on blacklisted domains won't show images even if Image Blocker EX+ 9000 is disabled.

Pages without images may appear mangled; this is an unavoidable side-effect of not downloading the image. Some pages will declare the size of images, and then the browser can lay out the page properly even if the image is missing, but this isn't very common.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Blocker EX+ 9000 Image Blocker EX+ 9000
ID eaabjlbddgjhjfplckkiglekpmonabcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-blocker-ex+-9000/eaabjlbddgjhjfplckkiglekpmonabcm
คำอธิบาย Ridiculously powerful and customizable image blocker
ขนาดไฟล์ 496 KB
จำนวนการติดตั้ง 1,311
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2018-12-01
วันที่เผยแพร่ 2018-11-30
คะแนน 3.85/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Steve McKay
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/smmckay/img-block
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "1.3",
    "homepage_url": "https:\/\/github.com\/smmckay\/img-block",
    "default_locale": "en",
    "background": {
        "scripts": [
            "settings.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/blocker-16.png",
            "19": "images\/blocker-19.png",
            "32": "images\/blocker-32.png",
            "38": "images\/blocker-38.png",
            "48": "images\/blocker-48.png",
            "64": "images\/blocker-64.png",
            "96": "images\/blocker-96.png",
            "128": "images\/blocker-128.png"
        },
        "default_title": "__MSG_ext_name__"
    },
    "icons": {
        "16": "images\/blocker-16.png",
        "19": "images\/blocker-19.png",
        "32": "images\/blocker-32.png",
        "38": "images\/blocker-38.png",
        "48": "images\/blocker-48.png",
        "64": "images\/blocker-64.png",
        "96": "images\/blocker-96.png",
        "128": "images\/blocker-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "developer": {
        "name": "Steve McKay"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}