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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 3v, και η κύρια λειτουργία του είναι "Prevents download of third party media files (Video,Images,CSS,JS,Fonts) reducing data usage and increasing load times.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης DataShield Media Blocker

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}