Imageless

Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.

Imagelessคืออะไร?

Imageless เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omar.w.qureshi และคุณลักษณะหลักของมันคือ "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Imageless allows you to toggle image visibility on any webpage. Just press ESC to hide all the images and press '~' (tilde) to show images.                    

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

ชื่อ Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
คำอธิบาย Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
ขนาดไฟล์ 36.47 KB
จำนวนการติดตั้ง 351
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2014-08-13
วันที่เผยแพร่ 2014-08-13
คะแนน 3.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา omar.w.qureshi
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pixelblock.neocities.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imageless",
    "version": "1.1.2",
    "permissions": [
        "tabs",
        ""
    ],
    "description": "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.",
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "ld.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}