HoloTools Portal
Quickly jump from current YouTube video to HoloTools website!
Was ist HoloTools Portal?
HoloTools Portal ist eine Chrome-Erweiterung, die von IAmVisco entwickelt wurde, und ihr Hauptmerkmal ist "Quickly jump from current YouTube video to HoloTools website!".
Erweiterungsscreenshots
HoloTools Portal-Erweiterungs-CRX-Datei herunterladen
Laden Sie HoloTools Portal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kigbmaljklakghjhoeejfokghheobimk |
Offizielle URL | https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk |
Beschreibung | Quickly jump from current YouTube video to HoloTools website! |
Dateigröße | 37.41 KB |
Installationsanzahl | 2,604 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2021-03-15 |
Veröffentlichungsdatum | 2020-04-21 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | IAmVisco |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hololive.jetri.co/ |
Unterstützte Sprachen | 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" } } |