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
官方網址 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"
}