Hide Images/Videos

This extension hides images and videos for less distractions.

Hvad er Hide Images/Videos?

Hide Images/Videos er en Chrome-udvidelse udviklet af https://www.omarwheatley.com, og dens hovedfunktion er "This extension hides images and videos for less distractions.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Hide Images/Videos-udvidelses-CRX-fil

Download Hide Images/Videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Officiel URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Beskrivelse This extension hides images and videos for less distractions.
Filstørrelse 141 KB
Antal Installationer 2,812
Nuværende Version 3.0.0
Senest Opdateret 2021-12-20
Udgivelsesdato 2016-01-24
Bedømmelse 3.86/5 Samlet 21 Bedømmelser
Udvikler https://www.omarwheatley.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.google.com/+OmarwApps
Understøttede Sprog 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"
}