Sibnet BetterPlayer

View Sibnet videos through the native fast and reliable player

Sibnet BetterPlayerคืออะไร?

Sibnet BetterPlayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ebnull.org และคุณลักษณะหลักของมันคือ "View Sibnet videos through the native fast and reliable player"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sibnet BetterPlayer

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}