Tinker for Twitch

Control visual elements of Twitch.tv

Tinker for Twitch란 무엇입니까?

Tinker for Twitch은(는) matou.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control visual elements of Twitch.tv"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Give yourself more control over what is displayed on Twitch. Tinker allows you to toggle visual elements of Twitch so you can get rid of distracting or unwanted elements.

Tinker allows you to hide elements such as:
- Recommended channels
- Twitch prime elements
- Notifications
- Private messages

Tinker is still an active development so any feedback or issues can be reported here: https://github.com/matoululu/Tinker/issues                    

확장 프로그램 기본 정보

이름 Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
공식 URL https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
설명 Control visual elements of Twitch.tv
파일 크기 22.43 KB
설치 횟수 36
현재 버전 2.5.4
최근 업데이트 2020-03-23
출시 날짜 2020-03-23
평점 5.00/5 총 2 개의 평점
개발자 matou.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/matoululu/Tinker
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinker for Twitch",
    "short_name": "Tinker",
    "version": "2.5.4",
    "description": "Control visual elements of Twitch.tv",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "override.css"
            ],
            "js": [
                "chromestorageservice.js",
                "override.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}