Hide Images/Videos

This extension hides images and videos for less distractions.

Что такое Hide Images/Videos?

Hide Images/Videos - это расширение Chrome, разработанное https://www.omarwheatley.com, и его основная функция - "This extension hides images and videos for less distractions.".

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

screenshot
screenshot

Скачать файл CRX расширения Hide Images/Videos

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

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

                        This extension let's you quickly and easily remove all images and videos. This allows for a distraction free website viewing experience. Configurable to hide either images or videos or both.

Just click the extension icon and instantly all media will be removed. Refresh the page to undo.                    

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

Название Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Официальный URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Описание This extension hides images and videos for less distractions.
Размер файла 141 KB
Количество установок 2,812
Текущая Версия 3.0.0
Последнее Обновление 2021-12-20
Дата публикации 2016-01-24
Рейтинг 3.86/5 Всего 21 оценок
Разработчик https://www.omarwheatley.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.google.com/+OmarwApps
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Omar Wheatley",
    "background": {
        "service_worker": "myscript.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "This extension hides images and videos for less distractions.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Hide Images\/Videos",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "short_name": "Hide Images",
    "version": "3.0.0"
}