HoloTools Portal

Quickly jump from current YouTube video to HoloTools website!

HoloTools Portalとは何ですか?

HoloTools PortalはIAmViscoによって開発されたChromeの拡張機能で、その主な機能は「Quickly jump from current YouTube video to HoloTools website!」です。

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

screenshot

HoloTools Portal拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Small and simple extension that allows you to open currently watched video or a stream on the HoloTools website (https://hololive.jetri.co/). If used on a page that is not a YouTube video it will open HoloTools website in a new tab.

Icon by https://twitter.com/KoshmarRin                    

拡張機能の基本情報

名前 HoloTools Portal HoloTools Portal
ID kigbmaljklakghjhoeejfokghheobimk
公式URL https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk
説明 Quickly jump from current YouTube video to HoloTools website!
ファイルサイズ 37.41 KB
インストール数 2,604
現在のバージョン 1.0.1
最終更新日 2021-03-15
公開日 2020-04-21
評価 4.25/5 合計 4 レビュー
開発者 IAmVisco
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hololive.jetri.co/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HoloTools Portal",
    "version": "1.0.1",
    "description": "Quickly jump from current YouTube video to HoloTools website!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "HoloTools Portal"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    }
}