Tunable Image Block
A browser extension for limit loading of the images by data size or quality to save bandwidth.
Что такое Tunable Image Block?
Tunable Image Block - это расширение Chrome, разработанное DEIV ASTRA, и его основная функция - "A browser extension for limit loading of the images by data size or quality to save bandwidth.".
Снимки экрана расширения
Скачать файл CRX расширения Tunable Image Block
Скачайте файлы расширений Tunable Image Block в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
*** Configuration *** At first, don't forget to set a limit mode and value in the Options of the extension. *** Usage & Hotkeys *** Use Ctrl + mouse move over image for load the original instance. Note that, a host settings (limit mode and value) restores after browser reloading, but the on/off states of tabs does't. If you want to see only small images(like icons) but cut off the big, then set image data size between 1K - 5K. *** Known issues *** 1.On some sites the image fully loading(Ctrl + Mouseover) not working well. It depends on how site was built. I have fixed many issues but I guess that is not all. 2.On some sites a limitation of the image data size is not working. Images loads fully. It happens when a server ignores specific parameter in the request. *** Release notes *** 2.1 - Fix showing on popup host without ".tld". - All net request rules are session now to fixed order of execution. - Fix reload original image after the first load error. 2.0 - First major release. All the best!
Основная информация о расширении
Название | Tunable Image Block |
ID | agpjllgcceliiblmebkbiccaaldfedbc |
Официальный URL | https://chromewebstore.google.com/detail/tunable-image-block/agpjllgcceliiblmebkbiccaaldfedbc |
Описание | A browser extension for limit loading of the images by data size or quality to save bandwidth. |
Размер файла | 32.14 KB |
Количество установок | 2,796 |
Текущая Версия | 2.1 |
Последнее Обновление | 2023-12-22 |
Дата публикации | 2017-11-27 |
Рейтинг | 4.14/5 Всего 43 оценок |
Разработчик | DEIV ASTRA |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://deivastra.codeberg.page |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tunable Image Block", "version": "2.1", "description": "A browser extension for limit loading of the images by data size or quality to save bandwidth.", "manifest_version": 3, "permissions": [ "tabs", "activeTab", "declarativeNetRequest", "storage" ], "icons": { "128": "icon\/icon-128.png" }, "action": { "default_title": "Tunable Image Block", "default_icon": "icon\/icon-128.png", "default_popup": "popup.html" }, "host_permissions": [ " |