Daxab Ultimate
Extend Your capabilities of player Daxab.
Daxab Ultimateとは何ですか?
Daxab Ultimateはhttps://daxab.comによって開発されたChromeの拡張機能で、その主な機能は「Extend Your capabilities of player Daxab.」です。
拡張機能のスクリーンショット
Daxab Ultimate拡張機能のCRXファイルをダウンロード
Daxab Ultimate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
[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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |