Twitch Links

Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!

Twitch Links क्या है?

Twitch Links Shiboe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!"।

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

screenshot

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

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

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

                        This extension monitors Twitch chat, saving all links posted in chat to a separate list. Clicking the Twitch Links icon will show all captured links, allowing you to easily view and click them without fighting the tide of new chat posts coming in. Links will only be shown for the currently open twitch window/tab, but will be read in the background for all active tabs. Enjoy!                    

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

नाम Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
विवरण Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
फ़ाइल का आकार 44.66 KB
स्थापना संख्या 696
वर्तमान संस्करण 4.0.3
अंतिम अपडेट 2022-07-15
प्रकाशन तिथि 2019-05-22
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर Shiboe
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Links",
    "description": "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!",
    "version": "4.0.3",
    "icons": {
        "48": "images\/icon48.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "js": [
                "scripts\/content.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "web_accessible_resources": [],
    "permissions": [
        "activeTab",
        "background"
    ]
}