Twixera

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

Wat is Twixera?

Twixera is een Chrome-extensie ontwikkeld door https://r4ver.com, en de belangrijkste functie is "(Former Mixera) The experience you fell in love with on Mixer, now on Twitch!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Twixera

Download Twixera-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twixera Twixera
ID gefbnbbmfoakmbblphigemkiekfelahe
Officiële URL https://chromewebstore.google.com/detail/twixera/gefbnbbmfoakmbblphigemkiekfelahe
Beschrijving (Former Mixera) The experience you fell in love with on Mixer, now on Twitch!
Bestandsgrootte 86.88 KB
Aantal Installaties 1,267
Huidige Versie 2.3.1
Laatst Bijgewerkt 2021-06-14
Publicatiedatum 2020-06-19
Beoordeling 4.85/5 Totaal 27 Beoordelingen
Ontwikkelaar https://r4ver.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://r4ver.com/twixera
URL van de Privacybeleid Pagina https://aerokick.app/legal/privacy
Ondersteunde Talen 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"
    ]
}