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
公式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
Eメール [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"
    }
}