WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Hide Images|Videos

Hide Images|Videos

View on Chrome Web Store
View Hide Images|Videos Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (19 ratings)
1 new ratings
44 views
This extension has been viewed 44 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Hides images/videos on websites. One-click to turn off the image display,You can set a whitelist for a website.
Type
Extension
Users
2,000 users
500
Website xzonesoft.com
xzonesoft.com
View author page of xzonesoft.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 13, 2024
Version 3.2.0
Manifest version
3
Updated
Updated on July 19, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Hide Images|Videos Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "3.2.0",
    "options_page": "options.html",
    "commands": {
        "hide_command": {
            "suggested_key": {
                "default": "Alt+H"
            },
            "description": "Open\/Close"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top