MaxChat
Wide chat area for YouTube Live
Co je MaxChat?
MaxChat je rozšíření Chrome vyvinuté https://null.style, a jeho hlavní funkcí je „Wide chat area for YouTube Live“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MaxChat
Stáhněte si soubory rozšíření MaxChat 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í
◆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.
Základní Informace o Rozšíření
Název | MaxChat |
ID | hgfdknfjakjkmdhmcndaajebcfhkodll |
Oficiální URL | https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll |
Popis | Wide chat area for YouTube Live |
Velikost souboru | 51.95 KB |
Počet instalací | 6,716 |
Aktuální Verze | 2.4.3 |
Poslední Aktualizace | 2024-02-28 |
Datum Vydání | 2020-05-20 |
Hodnocení | 4.92/5 Celkem 37 Hodnocení |
Vývojář | https://null.style |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://null.style |
Podporované Jazyky | 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\/*" ] } |