Save-Data: on

Automatically enable data-savings mode at compatible websites.

Save-Data: on란 무엇입니까?

Save-Data: on은(는) Aleksandersen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically enable data-savings mode at compatible websites."입니다.

확장 프로그램 스크린샷

screenshot

Save-Data: on 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}