Daxab Ultimate

Extend Your capabilities of player Daxab.

Daxab Ultimate란 무엇입니까?

Daxab Ultimate은(는) https://daxab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extend Your capabilities of player Daxab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Daxab Ultimate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [Updated] New Chrome version support.

The Daxab plays video from many sources and freely distributed for third-party webmasters, which is embedded in websites. If You regularly visit these sites You can improve Your video playback experience by install this extension.

By Using Extension You Will Get:
- Resolution 1080p (If file uploaded was originally)
- Increased speed
- Stability of the player                    

확장 프로그램 기본 정보

이름 Daxab Ultimate Daxab Ultimate
ID enakmcmeealkdoeindgoeogldodhdeda
공식 URL https://chromewebstore.google.com/detail/daxab-ultimate/enakmcmeealkdoeindgoeogldodhdeda
설명 Extend Your capabilities of player Daxab.
파일 크기 10.88 KB
설치 횟수 86,658
현재 버전 4.20
최근 업데이트 2021-02-13
출시 날짜 2020-04-16
평점 3.21/5 총 544 개의 평점
개발자 https://daxab.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://daxab.com/support
지원되는 언어 en
manifest.json
{
    "author": "daxab.com",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/init.js"
            ],
            "matches": [
                "*:\/\/daxab.com\/player\/*",
                "*:\/\/dxb.to\/player\/*",
                "*:\/\/ownplayer.com\/player\/*",
                "*:\/\/savevk.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Extend Your capabilities of player Daxab.",
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3HPTLfK0qxwg1D8o\/jE8i5uPMQ8Xq5xwC4PV9jZk+WKSEU5sM8BCxPA1CGlAIUNlJfzkuTMtRsuTm\/GsXUUCb1IAv5RmBWFqgeKHzGUjVNOQ2Pp8r4oTDTw6WynGFH0NyTg5o18eI2C4tZlWZD+JW9PydicsJ6+QuuoUfjRVL7hSwqu9HdCxPzmG+v34LGUuGOgX4qfiQo8Iz46ewMYpbIkXUsGm3k1\/xO8AE\/oKcthCfZ6kQ8K56+vK10YYSbm3zhrfBl18P9ILuEH4CRSP2XUwpVO6NOYXJC1fpNfc\/O8XSmaWWr0STeaYgR0lk6IzGT9O41XYOZbppyqltuej4wIDAQAB",
    "manifest_version": 2,
    "name": "Daxab Ultimate",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "storage",
        "*:\/\/daxab.com\/*",
        "*:\/\/savevk.com\/*",
        "*:\/\/dxb.to\/*",
        "*:\/\/vk.com\/*",
        "*:\/\/*.vk.com\/*",
        "*:\/\/*.vkuservideo.net\/*",
        "*:\/\/*.vk-cdn.net\/*",
        "*:\/\/*.vkuserlive.com\/*",
        "*:\/\/*.mycdn.me\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.20"
}