HoloTools Portal
Quickly jump from current YouTube video to HoloTools website!
Apa itu HoloTools Portal?
HoloTools Portal adalah ekstensi Chrome yang dikembangkan oleh IAmVisco, dan fitur utamanya adalah "Quickly jump from current YouTube video to HoloTools website!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HoloTools Portal
Unduh file ekstensi HoloTools Portal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | kigbmaljklakghjhoeejfokghheobimk |
URL Resmi | https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk |
Deskripsi | Quickly jump from current YouTube video to HoloTools website! |
Ukuran File | 37.41 KB |
Jumlah Instalasi | 2,604 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-03-15 |
Tanggal Publikasi | 2020-04-21 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | IAmVisco |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://hololive.jetri.co/ |
Bahasa yang Didukung | 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" } } |