jwplayer buffer booster

jwplayer buffer booster

What is jwplayer buffer booster?

jwplayer buffer booster is a Chrome extension developed by MrM, and its main feature is "jwplayer buffer booster".

Extension Screenshots

screenshot

Download jwplayer buffer booster Extension CRX File

Download jwplayer buffer booster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        jwplayer has its own limit in buffering the video. By this chrome extension the buffered time goes up to 20 min and you won't lose your temper on lagging videos.

just install and enjoy. no config or setting is needed                    

Extension Basic Information

Name jwplayer buffer booster jwplayer buffer booster
ID eonappefgeabndakoakhbgafjpobdbid
Official URL https://chromewebstore.google.com/detail/jwplayer-buffer-booster/eonappefgeabndakoakhbgafjpobdbid
Description jwplayer buffer booster
File Size 145 KB
Installation Count 88
Current Version 1.0.0
Last Updated 2023-09-22
Publish Date 2023-09-21
Developer MrM
Email [email protected]
Payment Type free
Extension Website https://github.com/MrMohebi/jwplayer-buffer-booster-HLS
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jwplayer buffer booster",
    "version": "1.0.0",
    "description": "jwplayer buffer booster",
    "manifest_version": 3,
    "author": "MrM - MMMohebi",
    "icons": {
        "16": "img\/icon\/icon-16x16.png",
        "48": "img\/icon\/icon-48x48.png",
        "128": "img\/icon\/icon-128x128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "provider.hlsjs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    }
}