Imageless

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

Imageless là gì?

Imageless là một tiện ích mở rộng Chrome được phát triển bởi omar.w.qureshi, và tính năng chính của nó là "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Imageless

Tải xuống các tệp mở rộng Imageless dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
URL Chính Thức https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
Mô tả Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
Kích Thước Tệp 36.47 KB
Số Lần Cài Đặt 351
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2014-08-13
Ngày Phát Hành 2014-08-13
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển omar.w.qureshi
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pixelblock.neocities.org
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}