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ファイルをダウンロード

Bandwidth Hero - Live Image Compression拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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",
        ""
    ]
}