Twitch Links
Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Τι είναι το Twitch Links;
Το Twitch Links είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shiboe, και η κύρια λειτουργία του είναι "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch Links
Λήψη αρχείων επέκτασης Twitch Links σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |