Twitch Tools

Move twitch chat to the left side

Twitch Tools란 무엇입니까?

Twitch Tools은(는) https://nomercy.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Move twitch chat to the left side"입니다.

확장 프로그램 스크린샷

screenshot

Twitch Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you have twitch open on your right monitor? 
Move the Twitch chat to the left of your screen with one click.

More tools to come.

Feature requests are welcome.                    

확장 프로그램 기본 정보

이름 Twitch Tools Twitch Tools
ID hoolijiaaedceodofbgpogpalnofodgh
공식 URL https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh
설명 Move twitch chat to the left side
파일 크기 12.65 KB
설치 횟수 17
현재 버전 1.0.2
최근 업데이트 2022-04-12
출시 날짜 2022-04-12
평점 1.00/5 총 2 개의 평점
개발자 https://nomercy.tv
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool
도움말 페이지 URL https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "48": "icons\/twitch-48x48.png"
        },
        "default_title": "Twitch Tools",
        "default_popup": "popup\/menu.html"
    },
    "name": "Twitch Tools",
    "description": "Move twitch chat to the left side",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/twitch-48x48.png",
        "128": "icons\/twitch-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "plugins\/*",
                "lib\/*",
                "popup\/*",
                "content\/*"
            ],
            "use_dynamic_url": true,
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}