BetterW2G

Because Watch2Gether really needs an updated UI.

BetterW2G란 무엇입니까?

BetterW2G은(는) Chimute에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Because Watch2Gether really needs an updated UI."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Watch2Gether is a great way to watch videos with your friends, but sadly the UI looks... Well, a bit old. This extension injects a custom css stylesheet to at least fix some issues.

Open-Source on GitHub: https://github.com/lunofe/BetterW2G
Built with Love.                    

확장 프로그램 기본 정보

이름 BetterW2G BetterW2G
ID elacjmifclijbpmchmigigacndppcgjf
공식 URL https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf
설명 Because Watch2Gether really needs an updated UI.
파일 크기 33.34 KB
설치 횟수 37
현재 버전 1.11
최근 업데이트 2023-08-12
출시 날짜 2022-04-09
평점 5.00/5 총 1 개의 평점
개발자 Chimute
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/lunofe/BetterW2G
도움말 페이지 URL https://github.com/lunofe/BetterW2G/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterW2G",
    "description": "Because Watch2Gether really needs an updated UI.",
    "version": "1.11",
    "icons": {
        "526": "icon.png"
    },
    "host_permissions": [
        "*:\/\/w2g.tv\/*"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/w2g.tv\/*"
            ],
            "css": [
                "w2g.css"
            ],
            "run_at": "document_start"
        }
    ]
}