hololive-now
放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive
什麼是hololive-now?
hololive-now是由holofan123開發的Chrome擴展程式,該擴展的主要功能是“放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive”。
擴展截圖
下載hololive-now擴展crx文件
下載hololive-now擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
放送中のチャンネルと予約枠までのカウントダウンを表示します。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.
擴展基本資訊
名稱 | hololive-now |
ID | hcpnemogibnlhihgfjoahaafokbjoiad |
官方網址 | https://chromewebstore.google.com/detail/hololive-now/hcpnemogibnlhihgfjoahaafokbjoiad |
簡介 | 放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive |
檔案大小 | 306 KB |
安裝次數 | 2,837 |
目前版本 | 1.0.0 |
更新時間 | 2020-08-26 |
上架時間 | 2020-08-26 |
評分 | 4.56/5 共 16 次評分 |
開發者 | holofan123 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/holofans/hololive-youtube-extension/ |
說明頁面URL | https://discord.gg/xJd9Der |
支援的語言 | 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\/*" ] } |