Twixera

(Former Mixera) The experience you fell in love with on Mixer, now on Twitch!

Twixera란 무엇입니까?

Twixera은(는) https://r4ver.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "(Former Mixera) The experience you fell in love with on Mixer, now on Twitch!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Twixera (former Mixera) aims to enhance your experience on twitch.tv!
Twixera focuses on adding new features and interactions to the Twitch streaming platform in the forms of:

• Chat avatars.
• Hide chat badges to make the chat more clutter free.
• New dark theme.
• Hide Prime button.
• New "/me" style.
• And much more to come!

How To Use:
• Just install and visit twitch.tv to start using it.
• To edit the settings, click on the Twixera icon ( the X ) in the top right of the website.

For support or questions, you can join the Discord server: https://discord.gg/2Y4ttRW

Twixera is not endorsed nor affiliated with https://twitch.tv/.
This is simply an extension made to enhance the experience of Twitch.
Made for the community by the community.                    

확장 프로그램 기본 정보

이름 Twixera Twixera
ID gefbnbbmfoakmbblphigemkiekfelahe
공식 URL https://chromewebstore.google.com/detail/twixera/gefbnbbmfoakmbblphigemkiekfelahe
설명 (Former Mixera) The experience you fell in love with on Mixer, now on Twitch!
파일 크기 86.88 KB
설치 횟수 1,267
현재 버전 2.3.1
최근 업데이트 2021-06-14
출시 날짜 2020-06-19
평점 4.85/5 총 27 개의 평점
개발자 https://r4ver.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://r4ver.com/twixera
개인정보 보호 정책 페이지 URL https://aerokick.app/legal/privacy
지원되는 언어 en-US
manifest.json
{
    "browser_action": {
        "default_popup": "settings.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twixera-extension.js"
            ],
            "css": [
                "twixera.css"
            ]
        }
    ],
    "short_name": "Twixera",
    "name": "Twixera",
    "description": "(Former Mixera) The experience you fell in love with on Mixer, now on Twitch!",
    "version": "2.3.1",
    "homepage_url": "https:\/\/r4ver.com\/mixera",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "content_security_policy": "default-src 'self'",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "twixera.js",
        "twixera.css"
    ]
}