hololive-now
放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive
Qu'est-ce que hololive-now ?
hololive-now est une extension Chrome développée par holofan123, et sa fonction principale est "放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension hololive-now
Téléchargez les fichiers d'extension hololive-now 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
放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive Click the more button to be directed to jetri's Holotools site which has even more features.
Informations de Base sur l'Extension
Nom | hololive-now |
ID | hcpnemogibnlhihgfjoahaafokbjoiad |
URL Officiel | https://chromewebstore.google.com/detail/hololive-now/hcpnemogibnlhihgfjoahaafokbjoiad |
Description | 放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive |
Taille du Fichier | 306 KB |
Nombre d'Installations | 2,837 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-08-26 |
Date de Publication | 2020-08-26 |
Évaluation | 4.56/5 Total 16 Évaluations |
Développeur | holofan123 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/holofans/hololive-youtube-extension/ |
URL de la Page d'Aide | https://discord.gg/xJd9Der |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hololive-now", "description": "\u653e\u9001\u4e2d\u306e\u30c1\u30e3\u30f3\u30cd\u30eb\u3068\u4e88\u7d04\u67a0\u307e\u3067\u306e\u30ab\u30a6\u30f3\u30c8\u30c0\u30a6\u30f3\u3092\u8868\u793a\u3057\u307e\u3059\u3002Shows the currently live channels and also counts down to upcoming frames from Hololive", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Watch Hololive", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_idle", "js": [ ".\/content\/content.js" ], "css": [ ".\/content\/content.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/*\/*.png" ], "permissions": [ "*:\/\/api.holotools.app\/*" ] } |