Hide Images/Videos

This extension hides images and videos for less distractions.

什么是Hide Images/Videos?

Hide Images/Videos是由https://www.omarwheatley.com开发的Chrome扩展程序,该扩展的主要功能是“This extension hides images and videos for less distractions.”。

扩展截图

screenshot
screenshot

下载Hide Images/Videos扩展crx文件

下载Hide Images/Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
官方URL https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
简介 This extension hides images and videos for less distractions.
文件大小 141 KB
安装次数 2,812
当前版本 3.0.0
更新时间 2021-12-20
上架时间 2016-01-24
评分 3.86/5 共21次评分
开发者 https://www.omarwheatley.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.google.com/+OmarwApps
支持的语言 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"
}