Sibnet BetterPlayer

View Sibnet videos through the native fast and reliable player

Sibnet BetterPlayer क्या है?

Sibnet BetterPlayer https://ebnull.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Sibnet videos through the native fast and reliable player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sibnet BetterPlayer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}