Twitch: Hide Elements

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

Twitch: Hide Elements क्या है?

Twitch: Hide Elements Baltimora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide Twitch visual elements like Recommended Channels, Prime Loot, etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch: Hide Elements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Twitch: Hide Elements Twitch: Hide Elements
ID gllfjplkknpblehhpfdbcllmkhmfkomf
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-hide-elements/gllfjplkknpblehhpfdbcllmkhmfkomf
विवरण Hide Twitch visual elements like Recommended Channels, Prime Loot, etc.
फ़ाइल का आकार 268 KB
स्थापना संख्या 957
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2022-12-17
प्रकाशन तिथि 2022-02-18
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर Baltimora
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://docs.google.com/forms/d/e/1FAIpQLSeacKe3T4ROaYxh91lA0QslXbO-bP0032uV1pMwxiS2tbdpTw/viewform
समर्थित भाषाएँ 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
}