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