Hololive Chat Capturer
Capture the translation on Hololive's Livestream chat.
Qu'est-ce que Hololive Chat Capturer ?
Hololive Chat Capturer est une extension Chrome développée par OT, et sa fonction principale est "Capture the translation on Hololive's Livestream chat.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hololive Chat Capturer
Téléchargez les fichiers d'extension Hololive Chat Capturer 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
Thank you, Translators. 💖
Informations de Base sur l'Extension
Nom | Hololive Chat Capturer |
ID | pliahmbkngnekjceflkcjoejcnlbmfha |
URL Officiel | https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha |
Description | Capture the translation on Hololive's Livestream chat. |
Taille du Fichier | 50.66 KB |
Nombre d'Installations | 325 |
Version Actuelle | 2.4.3 |
Dernière Mise à Jour | 2023-05-12 |
Date de Publication | 2020-09-09 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | OT |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hololive-chat-capturer.github.io |
URL de la Page d'Aide | https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "nyanyadesu", "name": "Hololive Chat Capturer", "description": "Capture the translation on Hololive's Livestream chat.", "homepage_url": "https:\/\/hololive-chat-capturer.github.io", "version": "2.4.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "js\/app.js" ], "css": [ "css\/responsive.css" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background_script.js" }, "action": { "default_icon": { "19": "img\/icon-19x19.png", "38": "img\/icon-38x38.png" }, "default_title": "Hololive Chat Capturer", "default_popup": "action\/index.html" }, "options_ui": { "page": "options\/index.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "icons": { "16": "img\/icon-16x16.png", "48": "img\/icon-48x48.png", "96": "img\/icon-96x96.png", "128": "img\/icon-128x128.png", "256": "img\/icon-256x256.png" } } |