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
电子邮箱 [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"
    }
}