Twitch Quality

Keeps the twitch page always active to maintain quality

Twitch Quality란 무엇입니까?

Twitch Quality은(는) Remader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps the twitch page always active to maintain quality"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Keeps the twitch page always active to maintain quality                    

확장 프로그램 기본 정보

이름 Twitch Quality Twitch Quality
ID polkpmnjhliihkedanbekcjpiimndjcc
공식 URL https://chromewebstore.google.com/detail/twitch-quality/polkpmnjhliihkedanbekcjpiimndjcc
설명 Keeps the twitch page always active to maintain quality
파일 크기 35.39 KB
설치 횟수 68
현재 버전 0.0.1
최근 업데이트 2023-07-18
출시 날짜 2023-07-17
평점 5.00/5 총 1 개의 평점
개발자 Remader
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "Keeps the twitch page always active to maintain quality",
    "host_permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "icons": {
        "32": "\/data\/icons\/32.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "manifest_version": 3,
    "name": "Twitch Quality",
    "permissions": [
        "storage",
        "scripting"
    ],
    "version": "0.0.1"
}