DataShield Media Blocker

Prevents download of third party media files (Video,Images,CSS,JS,Fonts) reducing data usage and increasing load times.

DataShield Media Blocker란 무엇입니까?

DataShield Media Blocker은(는) 3v에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents download of third party media files (Video,Images,CSS,JS,Fonts) reducing data usage and increasing load times."입니다.

확장 프로그램 스크린샷

screenshot

DataShield Media Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If your home internet package includes a monthly data limit or you use 3G/4G internet on-the-go or at work, data usage is always an issue. Often avoiding watching large videos online helps to solve the problem, but much of the time when you browse the internet, the pages you visit will have visual and audio content that are automatically downloaded and shown to you, even if you don't want to see them.

This app is primarily for those users who want to keep their data footprint small when they browse the web, with the option of turning off images, video, or other multi-media features that your browser will go ahead and grab without your consent. 

Just install and click the button at the top of your web browser to let it know what you don't want to download.                    

확장 프로그램 기본 정보

이름 DataShield Media Blocker DataShield Media Blocker
ID gedonbilkgjhjeaamgmhoekciogjpbil
공식 URL https://chrome.google.com/webstore/detail/datashield-media-blocker/gedonbilkgjhjeaamgmhoekciogjpbil
설명 Prevents download of third party media files (Video,Images,CSS,JS,Fonts) reducing data usage and increasing load times.
파일 크기 96.5 KB
설치 횟수 172
현재 버전 1.5.2
최근 업데이트 2019-07-08
출시 날짜 2019-07-08
평점 5.00/5 총 4 개의 평점
개발자 3v
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DataShield Media Blocker",
    "short_name": "DataShield",
    "description": "Prevents download of third party media files (Video,Images,CSS,JS,Fonts) reducing data usage and increasing load times.",
    "version": "1.5.2",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "contentSettings",
        "activeTab",
        ""
    ],
    "web_accessible_resources": [
        "BlockedByDataShield.png",
        "BlockedByDataShield.css",
        "BlockedByDataShield.js",
        "DataShield_Overlay.js"
    ],
    "background": {
        "scripts": [
            "DataShield.js"
        ]
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "settings.html",
        "default_title": "DataShield Media Blocker"
    }
}