Hide Images/Videos

This extension hides images and videos for less distractions.

Was ist Hide Images/Videos?

Hide Images/Videos ist eine Chrome-Erweiterung, die von https://www.omarwheatley.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension hides images and videos for less distractions.".

Erweiterungsscreenshots

screenshot
screenshot

Hide Images/Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hide Images/Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Offizielle URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Beschreibung This extension hides images and videos for less distractions.
Dateigröße 141 KB
Installationsanzahl 2,812
Aktuelle Version 3.0.0
Letztes Update 2021-12-20
Veröffentlichungsdatum 2016-01-24
Bewertung 3.86/5 Insgesamt 21 Bewertungen
Entwickler https://www.omarwheatley.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.google.com/+OmarwApps
Unterstützte Sprachen 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"
}