HoloTools Portal

Quickly jump from current YouTube video to HoloTools website!

What is HoloTools Portal?

HoloTools Portal is a Chrome extension developed by IAmVisco, and its main feature is "Quickly jump from current YouTube video to HoloTools website!".

Extension Screenshots

screenshot

Download HoloTools Portal Extension CRX File

Download HoloTools Portal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name HoloTools Portal HoloTools Portal
ID kigbmaljklakghjhoeejfokghheobimk
Official URL https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk
Description Quickly jump from current YouTube video to HoloTools website!
File Size 37.41 KB
Installation Count 2,604
Current Version 1.0.1
Last Updated 2021-03-15
Publish Date 2020-04-21
Rating 4.25/5 Total 4 Ratings
Developer IAmVisco
Email [email protected]
Payment Type free
Extension Website https://hololive.jetri.co/
Supported Languages 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"
    }
}