Bulletchat for YouTube
Bullet chatting on YouTube
Qu'est-ce que Bulletchat for YouTube ?
Bulletchat for YouTube est une extension Chrome développée par mashiro, et sa fonction principale est "Bullet chatting on YouTube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bulletchat for YouTube
Téléchargez les fichiers d'extension Bulletchat for YouTube 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
You can display live chat on the video like a bullet.
Informations de Base sur l'Extension
Nom | Bulletchat for YouTube |
ID | ldlogbmoofpmjhkccjhajjkkkjojenip |
URL Officiel | https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip |
Description | Bullet chatting on YouTube |
Taille du Fichier | 1.56 MB |
Nombre d'Installations | 2,482 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2020-12-14 |
Date de Publication | 2020-05-06 |
Évaluation | 4.88/5 Total 16 Évaluations |
Développeur | mashiro |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/mashiro/bulletchat-for-youtube |
Langues Prises en Charge | en,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bulletchat for YouTube", "version": "1.3.0", "author": "mashiro", "homepage_url": "https:\/\/github.com\/mashiro\/bulletchat-for-youtube", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "storage", "tabs", "https:\/\/www.youtube.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "icon-white.svg" ], "background": { "scripts": [ "\/static\/js\/background.4e166c2f.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "\/static\/js\/content.835cc2ea.js" ], "css": [ "\/static\/css\/content.fafb8ebe.css" ] } ], "page_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "BulletChat", "default_popup": "index.html#options" } } |