Twitch++

Some simple twitch.tv enhancements

Twitch++ क्या है?

Twitch++ Matt Carrick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some simple twitch.tv enhancements"।

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

screenshot
screenshot

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

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

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

                        This extension adds a few enhancements to Twitch.tv that I want, namely -
- Fully hides extensions, and their controls
- Auto theater mode
- Mute the stream when the cursor leaves the window (good for when you are watching multiple streams)                    

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

नाम Twitch++ Twitch++
ID lpgmnkfdelbjjbmdodlonnldlagofkbd
आधिकारिक URL https://chromewebstore.google.com/detail/twitch++/lpgmnkfdelbjjbmdodlonnldlagofkbd
विवरण Some simple twitch.tv enhancements
फ़ाइल का आकार 40 KB
स्थापना संख्या 123
वर्तमान संस्करण 0.3
अंतिम अपडेट 2018-11-20
प्रकाशन तिथि 2018-11-20
डेवलपर Matt Carrick
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rokco.org
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html",
        "default_title": "settings"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Some simple twitch.tv enhancements",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "name": "Twitch++",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "0.3",
    "web_accessible_resources": [
        "index.html"
    ]
}