Twitch Chat Nexus
Lets you view your Twitch chat history or collect chats of interest from the live chat window.
Qu'est-ce que Twitch Chat Nexus ?
Twitch Chat Nexus est une extension Chrome développée par Fractalo, et sa fonction principale est "Lets you view your Twitch chat history or collect chats of interest from the live chat window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Chat Nexus
Téléchargez les fichiers d'extension Twitch Chat Nexus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An extension that provides features to enhance your Twitch chat experience. Key Features: • View your chat history through the button at the bottom of the chat window • Adds an area to the chat window where you can collect chats of interest • Indicates in color in the chat text box whether your chat has been sent successfully [View chat history] - A "Chat History" button is added at the bottom of the chat window. (Button can be moved to chat settings menu) - You can also browse chat history by page. - Username hiding function (Used for screen capture) - Show date at the top when scrolling [Filtered chat view] - Adds an area to the chat window where you can collect chats of interest. (If the feature is enabled on the options page) - Automatic area resizing is possible. Areas automatically collapse when inactive for a period of time and expand again when active. - You can save the filtered chats as an image. - You can add and edit username / keyword / badge filters using the filter editor. [Show chat transfer status] - Status Type: Response waiting (gray) / Sending success (green) / Response timeout (orange) - Appearance and behavior can be customized
Informations de Base sur l'Extension
Nom | Twitch Chat Nexus |
ID | oopcjaklhenijofoanbpchndknfadldn |
URL Officiel | https://chromewebstore.google.com/detail/twitch-chat-nexus/oopcjaklhenijofoanbpchndknfadldn |
Description | Lets you view your Twitch chat history or collect chats of interest from the live chat window. |
Taille du Fichier | 2.35 MB |
Nombre d'Installations | 7,774 |
Version Actuelle | 2.0.4 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2023-05-09 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Fractalo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fractalo/twitch-chat-nexus |
Langues Prises en Charge | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.0.4", "manifest_version": 3, "default_locale": "en", "icons": { "16": "src\/assets\/icons\/icon16.png", "32": "src\/assets\/icons\/icon32.png", "48": "src\/assets\/icons\/icon48.png", "128": "src\/assets\/icons\/icon128.png" }, "action": { "default_popup": "src\/popup\/index.html", "default_title": "__MSG_extName__" }, "host_permissions": [ "*:\/\/*.twitch.tv\/*" ], "permissions": [ "storage", "scripting" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-DxmXT0_D.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "run_at": "document_start", "all_frames": true, "css": [ "assets\/fa-layers-text-CzRTupYY.css", "assets\/IconButton-DxdbX_zP.css", "assets\/Tooltip-CANOToWy.css", "assets\/index-ChaoL0JP.css", "assets\/index-Dh3VRkFi.css", "assets\/index-NS2xGt1F.css" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "resources": [ "scripts\/interceptor.js", "src\/assets\/logo.png" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "resources": [ "assets\/preload-helper-CRTsvRaD.js", "assets\/messaging-CD5jDzD8.js", "assets\/storage-Bhzw9B4B.js", "assets\/Messaging-D1poG4dT.js", "assets\/utils-B1e9EQ_G.js", "assets\/utils-DtwSn3mD.js", "assets\/index-wDnkV3_Z.js", "assets\/typePredicates-DT6fAf5w.js", "assets\/dayjs.min-DUnhdgml.js", "assets\/_commonjsHelpers-Cpj98o6Y.js", "assets\/FileSaver.min-BFbnFquq.js", "assets\/index.ts-CQJu8Vxp.js", "assets\/messaging-CZUUrNOr.js", "assets\/stores-Q2S2rvo1.js", "assets\/index-UgYDbg-_.js", "assets\/js.cookie-Cz0CWeBA.js", "assets\/waitForDOMReady-BSVHyey-.js", "assets\/index-DLeLyNXY.js", "assets\/distinctStore-CQaNG1UK.js", "assets\/index.ts-B2Wot2S4.js", "assets\/index-CWbTh0kA.js", "assets\/index-CwaEjAuh.js", "assets\/each-DwA8fkvN.js", "assets\/IconButton-D6fEvS8M.js", "assets\/XMark-CKpbGAzx.js", "assets\/fa-layers-text.svelte_svelte_type_style_lang-nJFAFif9.js", "assets\/index.ts-B4e55IUn.js", "assets\/index-vUJxrUB2.js", "assets\/index-qHGX39So.js", "assets\/domObserver-Dlz-VB8W.js", "assets\/index.ts-DCVhHK0s.js", "assets\/stores-CUwMHKoU.js", "assets\/ChatRoomContent-DrR3TtL6.js", "assets\/index.ts-BWlb8J7I.js", "assets\/Tooltip-DjP6knOr.js", "assets\/DropdownTooltipIconButton-CO7-hkRX.js", "assets\/Portal-Hb-FBC8x.js", "assets\/index.ts-CKHiCxQI.js", "assets\/index.ts-lq_Eb_-n.js", "assets\/index-BICLyh_Z.js", "assets\/globals-D0QH3NT1.js", "assets\/lodash-Dp2kutCU.js", "assets\/index.ts-CxXNEOo8.js", "assets\/index.ts-Pu6z5eYE.js" ], "use_dynamic_url": true } ] } |