HoloTools Portal
Quickly jump from current YouTube video to HoloTools website!
Cos'è HoloTools Portal?
HoloTools Portal è un'estensione di Chrome sviluppata da IAmVisco, e la sua funzione principale è "Quickly jump from current YouTube video to HoloTools website!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HoloTools Portal
Scarica i file di estensione HoloTools Portal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kigbmaljklakghjhoeejfokghheobimk |
URL Ufficiale | https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk |
Descrizione | Quickly jump from current YouTube video to HoloTools website! |
Dimensione del File | 37.41 KB |
Conteggio Installazioni | 2,604 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-03-15 |
Data di Pubblicazione | 2020-04-21 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | IAmVisco |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hololive.jetri.co/ |
Lingue Supportate | 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" } } |