hololive-now

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

hololive-now란 무엇입니까?

hololive-now은(는) holofan123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive"입니다.

확장 프로그램 스크린샷

screenshot

hololive-now 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        放送中のチャンネルと予約枠までのカウントダウンを表示します。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.                    

확장 프로그램 기본 정보

이름 hololive-now hololive-now
ID hcpnemogibnlhihgfjoahaafokbjoiad
공식 URL https://chromewebstore.google.com/detail/hololive-now/hcpnemogibnlhihgfjoahaafokbjoiad
설명 放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive
파일 크기 306 KB
설치 횟수 2,837
현재 버전 1.0.0
최근 업데이트 2020-08-26
출시 날짜 2020-08-26
평점 4.56/5 총 16 개의 평점
개발자 holofan123
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/holofans/hololive-youtube-extension/
도움말 페이지 URL https://discord.gg/xJd9Der
지원되는 언어 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\/*"
    ]
}