hololive-now

放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive

hololive-now là gì?

hololive-now là một tiện ích mở rộng Chrome được phát triển bởi holofan123, và tính năng chính của nó là "放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive".

Ả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 hololive-now

Tải xuống các tệp mở rộng hololive-now 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

                        放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive

Click the more button to be directed to jetri's Holotools site which has even more features.                    

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

Tên hololive-now hololive-now
ID hcpnemogibnlhihgfjoahaafokbjoiad
URL Chính Thức https://chromewebstore.google.com/detail/hololive-now/hcpnemogibnlhihgfjoahaafokbjoiad
Mô tả 放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive
Kích Thước Tệp 306 KB
Số Lần Cài Đặt 2,837
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-08-26
Đánh Giá 4.56/5 Tổng số 16 Đánh Giá
Nhà Phát Triển holofan123
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/holofans/hololive-youtube-extension/
URL Trang Trợ Giúp https://discord.gg/xJd9Der
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hololive-now",
    "description": "\u653e\u9001\u4e2d\u306e\u30c1\u30e3\u30f3\u30cd\u30eb\u3068\u4e88\u7d04\u67a0\u307e\u3067\u306e\u30ab\u30a6\u30f3\u30c8\u30c0\u30a6\u30f3\u3092\u8868\u793a\u3057\u307e\u3059\u3002Shows the currently live channels and also counts down to upcoming frames from Hololive",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Watch Hololive",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                ".\/content\/content.js"
            ],
            "css": [
                ".\/content\/content.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*\/*.png"
    ],
    "permissions": [
        "*:\/\/api.holotools.app\/*"
    ]
}