Hide Images/Videos

This extension hides images and videos for less distractions.

Wat is Hide Images/Videos?

Hide Images/Videos is een Chrome-extensie ontwikkeld door https://www.omarwheatley.com, en de belangrijkste functie is "This extension hides images and videos for less distractions.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hide Images/Videos

Download Hide Images/Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Officiële URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Beschrijving This extension hides images and videos for less distractions.
Bestandsgrootte 141 KB
Aantal Installaties 2,812
Huidige Versie 3.0.0
Laatst Bijgewerkt 2021-12-20
Publicatiedatum 2016-01-24
Beoordeling 3.86/5 Totaal 21 Beoordelingen
Ontwikkelaar https://www.omarwheatley.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.google.com/+OmarwApps
Ondersteunde Talen 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"
}