HoloTools Portal

Quickly jump from current YouTube video to HoloTools website!

HoloTools Portal là gì?

HoloTools Portal là một tiện ích mở rộng Chrome được phát triển bởi IAmVisco, và tính năng chính của nó là "Quickly jump from current YouTube video to HoloTools website!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HoloTools Portal

Tải xuống các tệp mở rộng HoloTools Portal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HoloTools Portal HoloTools Portal
ID kigbmaljklakghjhoeejfokghheobimk
URL Chính Thức https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk
Mô tả Quickly jump from current YouTube video to HoloTools website!
Kích Thước Tệp 37.41 KB
Số Lần Cài Đặt 2,604
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-15
Ngày Phát Hành 2020-04-21
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển IAmVisco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hololive.jetri.co/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}