Twitch: Hide Elements

Hide Twitch visual elements like Recommended Channels, Prime Loot, etc.

Qu'est-ce que Twitch: Hide Elements ?

Twitch: Hide Elements est une extension Chrome développée par Baltimora, et sa fonction principale est "Hide Twitch visual elements like Recommended Channels, Prime Loot, etc.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitch: Hide Elements

Téléchargez les fichiers d'extension Twitch: Hide Elements 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

                        The extension has about 40 features for removing visual elements from any part of the twitch.tv

Features:
- Hide Left Section (Followed channels, Recommended channels, Viewers also watch, Live Status & Viewers)
- Hide Top Section (Logo, Tabs, Search box, Prime loot, Notifications, Whispers, Get bits, Avatar)
- Hide Mid Section (Extensions overlay, Tags, Buttons, Section about streamer, Description panel)
- Hide Right Section (Chat header, Leaderboard of gifters, Events overlay, Channel points, Chat footer)
- Chat Details (Hide badges, Highlighted chat messages, Change usernames color)
- Other (Video players carousel on main page, Elements on clips page, Channel and category recommendations, and other twitch elements)                    

Informations de Base sur l'Extension

Nom Twitch: Hide Elements Twitch: Hide Elements
ID gllfjplkknpblehhpfdbcllmkhmfkomf
URL Officiel https://chromewebstore.google.com/detail/twitch-hide-elements/gllfjplkknpblehhpfdbcllmkhmfkomf
Description Hide Twitch visual elements like Recommended Channels, Prime Loot, etc.
Taille du Fichier 268 KB
Nombre d'Installations 957
Version Actuelle 1.4.1
Dernière Mise à Jour 2022-12-17
Date de Publication 2022-02-18
Évaluation 5.00/5 Total 12 Évaluations
Développeur Baltimora
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://docs.google.com/forms/d/e/1FAIpQLSeacKe3T4ROaYxh91lA0QslXbO-bP0032uV1pMwxiS2tbdpTw/viewform
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch: Hide Elements",
    "icons": {
        "16": "imgs\/icon-16.png",
        "32": "imgs\/icon-32.png",
        "48": "imgs\/icon-48.png",
        "128": "imgs\/icon-128.png"
    },
    "action": {
        "default_icon": "imgs\/icon-128.png",
        "default_popup": "index.html",
        "default_title": "Twitch: Hide Elements"
    },
    "author": "Baltimora",
    "background": {
        "service_worker": "back.js"
    },
    "content_scripts": [
        {
            "css": [
                "elements.css"
            ],
            "js": [
                "elements.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "carousel_pause.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "extension_ids": []
        }
    ],
    "version": "1.4.1",
    "description": "Hide Twitch visual elements like Recommended Channels, Prime Loot, etc.",
    "offline_enabled": true
}