MaxChat
Wide chat area for YouTube Live
Qu'est-ce que MaxChat ?
MaxChat est une extension Chrome développée par https://null.style, et sa fonction principale est "Wide chat area for YouTube Live".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MaxChat
Téléchargez les fichiers d'extension MaxChat 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
◆features This extension spread YouTube Live chat area to the bottom of the browser. You can also press the refresh button to reload the comments. ◆If you find a problem Please contact me on Twitter (@nulltypo). I can't respond to reviews. ◆Disclaimer I'm not responsible for any loss or damage caused by this extension.
Informations de Base sur l'Extension
Nom | MaxChat |
ID | hgfdknfjakjkmdhmcndaajebcfhkodll |
URL Officiel | https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll |
Description | Wide chat area for YouTube Live |
Taille du Fichier | 51.95 KB |
Nombre d'Installations | 6,716 |
Version Actuelle | 2.4.3 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2020-05-20 |
Évaluation | 4.92/5 Total 37 Évaluations |
Développeur | https://null.style |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://null.style |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MaxChat", "version": "2.4.3", "author": "@nulltypo", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "refresh.svg" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "mc.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |