Sibnet BetterPlayer

View Sibnet videos through the native fast and reliable player

什么是Sibnet BetterPlayer?

Sibnet BetterPlayer是由https://ebnull.org开发的Chrome扩展程序,该扩展的主要功能是“View Sibnet videos through the native fast and reliable player”。

扩展截图

screenshot

下载Sibnet BetterPlayer扩展crx文件

下载Sibnet BetterPlayer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension replaces the Sibnet player with an improved browser player.
This gives:
* Full control over playback
* Ability to enable "Picture in Picture" mode
* Playback speed control
* Convenient Hotkeys
* Ability to download video
* Maximum available video upload speed
* Laconic interface without unnecessary icons
* Freedom from lags

You no longer need to suffer and turn on "Full buffering"!
Works on all sites where the Sibnet player is used!

Attention: if the video freezes, then the Sibnet servers do not cope, pause and wait.                    

扩展基本信息

名称 Sibnet BetterPlayer Sibnet BetterPlayer
ID dlpiocjogoilggigpijnoamnjjolfhdm
官方URL https://chromewebstore.google.com/detail/sibnet-betterplayer/dlpiocjogoilggigpijnoamnjjolfhdm
简介 View Sibnet videos through the native fast and reliable player
文件大小 99.94 KB
安装次数 5,079
当前版本 1.3.6
更新时间 2021-05-04
上架时间 2019-11-15
评分 4.74/5 共61次评分
开发者 https://ebnull.org
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://ebnull.org/privacy
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "75",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_title__",
    "version": "1.3.6",
    "description": "__MSG_extension_descr__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "author": "EbNull",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.sibnet.ru\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "__MSG_extension_title__",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/video.sibnet.ru\/*"
            ],
            "css": [
                "vendor\/plyr.css",
                "contentscripts\/content.css"
            ],
            "js": [
                "vendor\/jquery.js",
                "vendor\/plyr.js",
                "contentscripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "vendor\/*"
    ]
}