jwplayer buffer booster

jwplayer buffer booster

O que é jwplayer buffer booster?

jwplayer buffer booster é uma extensão do Chrome desenvolvida por MrM, e sua principal característica é "jwplayer buffer booster".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão jwplayer buffer booster

Baixe arquivos de extensão jwplayer buffer booster no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome jwplayer buffer booster jwplayer buffer booster
ID eonappefgeabndakoakhbgafjpobdbid
URL Oficial https://chromewebstore.google.com/detail/jwplayer-buffer-booster/eonappefgeabndakoakhbgafjpobdbid
Descrição jwplayer buffer booster
Tamanho do Arquivo 145 KB
Contagem de Instalações 88
Versão Atual 1.0.0
Última Atualização 2023-09-22
Data de Publicação 2023-09-21
Desenvolvedor MrM
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MrMohebi/jwplayer-buffer-booster-HLS
Idiomas Suportados 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"
            }
        ]
    }
}