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文件

下載DataShield Media Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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