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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}