[Beta] Twitch Plus

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

Qu'est-ce que [Beta] Twitch Plus ?

[Beta] Twitch Plus est une extension Chrome développée par CodeOz, et sa fonction principale est "Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension [Beta] Twitch Plus

Téléchargez les fichiers d'extension [Beta] Twitch Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom [Beta] Twitch Plus [Beta] Twitch Plus
ID ahdoacgdgcgkhmajnmibefppffbbkgnl
URL Officiel https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl
Description Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
Taille du Fichier 167 KB
Nombre d'Installations 88
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-01-11
Date de Publication 2022-01-07
Développeur CodeOz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}