Twitch Links

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

Co je Twitch Links?

Twitch Links je rozšíření Chrome vyvinuté Shiboe, a jeho hlavní funkcí je „Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitch Links

Stáhněte si soubory rozšíření Twitch Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
Oficiální URL https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
Popis Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Velikost souboru 44.66 KB
Počet instalací 696
Aktuální Verze 4.0.3
Poslední Aktualizace 2022-07-15
Datum Vydání 2019-05-22
Hodnocení 3.40/5 Celkem 5 Hodnocení
Vývojář Shiboe
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}