Block image

Block images and videos.

Block imageคืออะไร?

Block image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HnQ และคุณลักษณะหลักของมันคือ "Block images and videos."

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

screenshot

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

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

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

                        Prevent images from "DownLoading".
You can toggle blocking on/off by clicking the extension icon on the chrome toolbar.                    

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

ชื่อ Block image Block image
ID pehaalcefcjfccdpbckoablngfkfgfgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/block-image/pehaalcefcjfccdpbckoablngfkfgfgj
คำอธิบาย Block images and videos.
ขนาดไฟล์ 22.35 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-06-28
วันที่เผยแพร่ 2018-06-28
คะแนน 4.26/5 รวมทั้งหมด 186 คะแนน
ผู้พัฒนา HnQ
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_desc__",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19-disabled.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}