HoloTools Portal

Quickly jump from current YouTube video to HoloTools website!

Wat is HoloTools Portal?

HoloTools Portal is een Chrome-extensie ontwikkeld door IAmVisco, en de belangrijkste functie is "Quickly jump from current YouTube video to HoloTools website!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HoloTools Portal

Download HoloTools Portal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HoloTools Portal HoloTools Portal
ID kigbmaljklakghjhoeejfokghheobimk
Officiële URL https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk
Beschrijving Quickly jump from current YouTube video to HoloTools website!
Bestandsgrootte 37.41 KB
Aantal Installaties 2,604
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-03-15
Publicatiedatum 2020-04-21
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar IAmVisco
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hololive.jetri.co/
Ondersteunde Talen 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"
    }
}