[Beta] Twitch Plus

Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…

Cos'è [Beta] Twitch Plus?

[Beta] Twitch Plus è un'estensione di Chrome sviluppata da CodeOz, e la sua funzione principale è "Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione [Beta] Twitch Plus

Scarica i file di estensione [Beta] Twitch Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Twitch plus is an application that bring some features to improve your experience on twitch.

Features available on twitch plus 👇

- Historic chat (alt + up or down, when you go to another stream, historic is clean)

- Auto-claim bonus (when bonus is available, extension will automatically claim it for you, so you can earn a lot of points!)

- Donate Button (If streamer has an external link for donations, you can access it directly by clicking on the donate button!)

- Collapse/Expand Chat shortcut (alt + h)

If you find any bugs or any suggestions or you want to contact developer, please send email to [email protected].

Github of creator -> https://github.com/Code-Oz                    

Informazioni di Base sull'Estensione

Nome [Beta] Twitch Plus [Beta] Twitch Plus
ID ahdoacgdgcgkhmajnmibefppffbbkgnl
URL Ufficiale https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl
Descrizione Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
Dimensione del File 167 KB
Conteggio Installazioni 88
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-01-11
Data di Pubblicazione 2022-01-07
Sviluppatore CodeOz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "[Beta] Twitch Plus",
    "version": "1.0.1",
    "icons": {
        "256": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}