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