Twitch Enhancer

Extension that adds what is missing on Twitch.

O que é Twitch Enhancer?

Twitch Enhancer é uma extensão do Chrome desenvolvida por https://enhancer.pro, e sua principal característica é "Extension that adds what is missing on Twitch.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Enhancer

Baixe arquivos de extensão Twitch Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension enhances Twitch with many features:
- Local wachtime - time spent watching your favorite streamers will be tracked,
- Bumping messages - show that you like someone's message,
- Chatters count - from now on you will know if streamer have fake viewers,
- Enhanced usercard - by clicking on user on chat you can see which streamers he is watching,
- Real Video Time - this shows you real time of video you are watching, also you can paste link of other video with timestamp to see exact moment from the other video,
- Quick Access Link (e.g. TwitchTracker),
- Easy copying emotes and usernames from chat,
- Ping sound when got mentioned on chat,
and more!

https://github.com/animekkk/twitch-enhancer

[email protected]                    

Informações Básicas da Extensão

Nome Twitch Enhancer Twitch Enhancer
ID knaodoefkjbgmmilogebghadhmnphjih
URL Oficial https://chromewebstore.google.com/detail/twitch-enhancer/knaodoefkjbgmmilogebghadhmnphjih
Descrição Extension that adds what is missing on Twitch.
Tamanho do Arquivo 517 KB
Contagem de Instalações 20,000
Versão Atual 4.0.14
Última Atualização 2024-02-27
Data de Publicação 2021-11-09
Classificação 4.00/5 Total de 38 Avaliações
Desenvolvedor https://enhancer.pro
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://enhancer.pro
Idiomas Suportados pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Enhancer",
    "description": "Extension that adds what is missing on Twitch.",
    "version": "4.0.14",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "inject.js",
                "content.js"
            ],
            "all_frames": true,
            "css": [
                "bundle.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "worker.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "index.js",
        "bundle.css",
        "img\/*.png",
        "img\/*.svg",
        "img\/*.jpg",
        "sounds\/*.ogg",
        "sounds\/*.mp3"
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}