Bandwidth Hero - Live Image Compression

Saves data by compressing images on the page.

Bandwidth Hero - Live Image Compression란 무엇입니까?

Bandwidth Hero - Live Image Compression은(는) https://bandwidth-hero.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves data by compressing images on the page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bandwidth Hero - Live Image Compression 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Bandwidth Hero saves data by compressing all images on the page via data compression service which reduces image size by about 50%-75%. 
Compression service downloads original image, converts it to WebP image and returns it to the browser.
Unlike Google's Data Saver, Bandwidth Hero works for both secure and unsecure URLs.

It is very useful when you use limited data, such as 3G or LTE.

After installing this extension you need to setup data compression service to run on Heroku or your own Node.js server.

The extension is open-sourced, you can check the code on GitHub - https://github.com/ayastreb/bandwidth-hero/

---

By installing and using this extension with public data compression service (https://compressor.bandwidth-hero.com) you agree with our Terms and Conditions of Service (https://bandwidth-hero.com/terms).                    

확장 프로그램 기본 정보

이름 Bandwidth Hero - Live Image Compression Bandwidth Hero - Live Image Compression
ID mmhippoadkhcflebgghophicgldbahdb
공식 URL https://chromewebstore.google.com/detail/bandwidth-hero-live-image/mmhippoadkhcflebgghophicgldbahdb
설명 Saves data by compressing images on the page.
파일 크기 3.07 MB
설치 횟수 2,448
현재 버전 2.1.4
최근 업데이트 2019-08-25
출시 날짜 2019-08-24
평점 4.21/5 총 94 개의 평점
개발자 https://bandwidth-hero.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/ayastreb/bandwidth-hero/issues
개인정보 보호 정책 페이지 URL https://bandwidth-hero.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bandwidth Hero - Live Image Compression",
    "short_name": "Bandwidth Hero",
    "description": "Saves data by compressing images on the page.",
    "version": "2.1.4",
    "icons": {
        "64": "assets\/icon-128.png",
        "128": "assets\/icon-256.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-128.png",
        "default_title": "Bandwidth Hero",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "update.bundle.js",
            "background.bundle.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}