HoloTools Portal

Quickly jump from current YouTube video to HoloTools website!

Qu'est-ce que HoloTools Portal ?

HoloTools Portal est une extension Chrome développée par IAmVisco, et sa fonction principale est "Quickly jump from current YouTube video to HoloTools website!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HoloTools Portal

Téléchargez les fichiers d'extension HoloTools Portal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HoloTools Portal HoloTools Portal
ID kigbmaljklakghjhoeejfokghheobimk
URL Officiel https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk
Description Quickly jump from current YouTube video to HoloTools website!
Taille du Fichier 37.41 KB
Nombre d'Installations 2,604
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-03-15
Date de Publication 2020-04-21
Évaluation 4.25/5 Total 4 Évaluations
Développeur IAmVisco
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hololive.jetri.co/
Langues Prises en Charge 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"
    }
}