Stopbot

Easily turn image loading on and off to reduce data usage and speed up page loads.

Что такое Stopbot?

Stopbot - это расширение Chrome, разработанное Jonathan Kirst, и его основная функция - "Easily turn image loading on and off to reduce data usage and speed up page loads.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Stopbot

Скачайте файлы расширений Stopbot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        When turned on, Stopbot changes your Chrome Content Settings to block images. To turn it on and block images, just click the extension icon at the top right of your browser. If you want to turn images back on, simply click it again and reload the page.


For a full description from Google about these settings, read more here:

https://support.google.com/chrome/answer/2392971?hl=en                    

Основная информация о расширении

Название Stopbot Stopbot
ID ihdeebmfbnbncbkdfeleapkghoalldmg
Официальный URL https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg
Описание Easily turn image loading on and off to reduce data usage and speed up page loads.
Размер файла 4.94 KB
Количество установок 77
Текущая Версия 1.0.4
Последнее Обновление 2013-07-14
Дата публикации 2013-07-14
Рейтинг 4.71/5 Всего 7 оценок
Разработчик Jonathan Kirst
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopbot",
    "description": "Easily turn image loading on and off to reduce data usage and speed up page loads.",
    "version": "1.0.4",
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": "photos.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}