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
官方網址 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"
    }
}