Ui Video Tools

Adds an expand button to the unifi video interface

Ui Video Toolsとは何ですか?

Ui Video Toolsはlittlej247によって開発されたChromeの拡張機能で、その主な機能は「Adds an expand button to the unifi video interface」です。

拡張機能のスクリーンショット

screenshot
screenshot

Ui Video Tools拡張機能のCRXファイルをダウンロード

Ui Video Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        No affiliation with Ubiquity in any way. Adds an expand button to the unifi video "live view" page that makes the video feed take up the whole tab, then provides an exit button in the top right.  The code is posted on github if anyone wants                    

拡張機能の基本情報

名前 Ui Video Tools Ui Video Tools
ID mbokldhgijagdechaddhaplkkkihmnda
公式URL https://chromewebstore.google.com/detail/ui-video-tools/mbokldhgijagdechaddhaplkkkihmnda
説明 Adds an expand button to the unifi video interface
ファイルサイズ 6.16 KB
インストール数 399
現在のバージョン 0.1
最終更新日 2020-11-15
公開日 2020-11-15
評価 5.00/5 合計 1 レビュー
開発者 littlej247
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/littlej247/Unifi-Video-Tools
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ui Video Tools",
    "version": "0.1",
    "description": "Adds an expand button to the unifi video interface",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/video.ui.com\/*",
                "https:\/\/*:7443\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/littlej247\/Unifi-Video-Tools"
}