Hide Images/Videos

This extension hides images and videos for less distractions.

Co je Hide Images/Videos?

Hide Images/Videos je rozšíření Chrome vyvinuté https://www.omarwheatley.com, a jeho hlavní funkcí je „This extension hides images and videos for less distractions.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Hide Images/Videos

Stáhněte si soubory rozšíření Hide Images/Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Oficiální URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Popis This extension hides images and videos for less distractions.
Velikost souboru 141 KB
Počet instalací 2,812
Aktuální Verze 3.0.0
Poslední Aktualizace 2021-12-20
Datum Vydání 2016-01-24
Hodnocení 3.86/5 Celkem 21 Hodnocení
Vývojář https://www.omarwheatley.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.google.com/+OmarwApps
Podporované Jazyky 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"
}