Hide Images/Videos

This extension hides images and videos for less distractions.

What is Hide Images/Videos?

Hide Images/Videos is a Chrome extension developed by https://www.omarwheatley.com, and its main feature is "This extension hides images and videos for less distractions.".

Extension Screenshots

screenshot
screenshot

Download Hide Images/Videos Extension CRX File

Download Hide Images/Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
Official URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
Description This extension hides images and videos for less distractions.
File Size 141 KB
Installation Count 2,812
Current Version 3.0.0
Last Updated 2021-12-20
Publish Date 2016-01-24
Rating 3.86/5 Total 21 Ratings
Developer https://www.omarwheatley.com
Email [email protected]
Payment Type free
Help Page URL https://www.google.com/+OmarwApps
Supported Languages 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"
}