Hide Images/Videos

This extension hides images and videos for less distractions.

Co to jest Hide Images/Videos?

Hide Images/Videos to rozszerzenie Chrome opracowane przez https://www.omarwheatley.com, a jego główną funkcją jest „This extension hides images and videos for less distractions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hide Images/Videos

Pobierz pliki rozszerzeń Hide Images/Videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Oficjalny URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Opis This extension hides images and videos for less distractions.
Rozmiar pliku 141 KB
Liczba instalacji 2,812
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2021-12-20
Data Publikacji 2016-01-24
Ocena 3.86/5 Łącznie 21 Oceny
Deweloper https://www.omarwheatley.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.google.com/+OmarwApps
Obsługiwane Języki 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"
}