Save-Data: on

Automatically enable data-savings mode at compatible websites.

Save-Data: on क्या है?

Save-Data: on Aleksandersen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically enable data-savings mode at compatible websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save-Data: on एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tell websites that you prefer to save data and costs. At websites’ discretion, you may see lower quality images and fewer media elements as webpages adjust to reduce data downloads.

The extension works by sending the "Save-Data: on" HTTP header with every request. This extension is not a data compression proxy like the Data Saver/Lite option in Google Chrome, or Opera Turbo and Yandex.browser Turbo mode.                    

एक्सटेंशन की मूल जानकारी

नाम Save-Data: on Save-Data: on
ID nholpkfnmjbinlhcfihkhiehdaohlibg
आधिकारिक URL https://chromewebstore.google.com/detail/save-data-on/nholpkfnmjbinlhcfihkhiehdaohlibg
विवरण Automatically enable data-savings mode at compatible websites.
फ़ाइल का आकार 17.77 KB
स्थापना संख्या 81,768
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2021-06-11
प्रकाशन तिथि 2019-01-22
रेटिंग 3.80/5 कुल 25 रेटिंग्स
डेवलपर Aleksandersen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.daniel.priv.no/web-extensions/save-data.html
सहायता पृष्ठ URL https://github.com/da2x/save-data/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "author": "Daniel Aleksandersen",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": " Automatically enable data-savings mode at compatible websites.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "name": "Save-Data: on",
    "short_name": "Save-Data",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "incognito": "spanning",
    "offline_enabled": true,
    "homepage_url": "https:\/\/www.daniel.priv.no\/web-extensions\/save-data.html"
}