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
        }
    ]
}