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"입니다.
확장 프로그램 스크린샷
Sibnet BetterPlayer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |