Holodex Portal

Quickly jump from current YouTube video to Holodex website!

Holodex Portalとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        Small and simple extension that allows you to open currently watched video or a stream on the Holodex website. If used on a page that is not a YouTube video it will open Holodex website in a new tab. Also if you are logged in, it will fetch and show number of live channels from your favorites.

Icon by the Holodex Team                    

拡張機能の基本情報

名前 Holodex Portal Holodex Portal
ID jkdnofimdhpbhdjbcdlgnccfjjkidlgp
公式URL https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp
説明 Quickly jump from current YouTube video to Holodex website!
ファイルサイズ 9.86 KB
インストール数 756
現在のバージョン 1.1.2
最終更新日 2021-05-11
公開日 2021-05-08
評価 5.00/5 合計 1 レビュー
開発者 IAmVisco
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Holodex Portal",
    "version": "1.1.2",
    "description": "Quickly jump from current YouTube video to Holodex website!",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.holodex.net\/*",
            "*:\/\/*.local-holodex.net\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Holodex Portal"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    }
}