ホロライブ 配信自動表示
ホロライブメンバーの配信を開始時刻に自動表示します
What is ホロライブ 配信自動表示?
ホロライブ 配信自動表示 is a Chrome extension developed by https://ihome.kawa-e.com, and its main feature is "ホロライブメンバーの配信を開始時刻に自動表示します".
Extension Screenshots
Download ホロライブ 配信自動表示 Extension CRX File
Download ホロライブ 配信自動表示 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ホロライブメンバーの配信を配信時刻に自動で開きます。 ※配信スケジュールおよびURLは.ホロライブ公式とメンバーのツイッター投稿から取得しています。
Extension Basic Information
Name | ホロライブ 配信自動表示 |
ID | pglgcdcbbmpmkcboepbplalklplnoapd |
Official URL | https://chromewebstore.google.com/detail/%E3%83%9B%E3%83%AD%E3%83%A9%E3%82%A4%E3%83%96-%E9%85%8D%E4%BF%A1%E8%87%AA%E5%8B%95%E8%A1%A8%E7%A4%BA/pglgcdcbbmpmkcboepbplalklplnoapd |
Description | ホロライブメンバーの配信を開始時刻に自動表示します |
File Size | 352 KB |
Installation Count | 1,088 |
Current Version | 1.9.1 |
Last Updated | 2023-09-04 |
Publish Date | 2020-03-23 |
Rating | 4.29/5 Total 7 Ratings |
Developer | https://ihome.kawa-e.com |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "ja", "version": "1.9.1", "minimum_chrome_version": "25", "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "permissions": [ "gcm", "storage", "unlimitedStorage", "alarms", "tabs", "https:\/\/storage.googleapis.com\/", "https:\/\/ihome.kawa-e.com\/" ], "browser_action": { "default_icon": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "background": { "scripts": [ "background\/js\/background.js", "background\/libs\/js\/jquery-2.1.1.min.js", "background\/libs\/js\/jquery.cookie.js", "background\/js\/models\/i18n.js", "background\/js\/models\/messenger.js", "background\/js\/models\/storage.js", "background\/js\/models\/config.js", "background\/js\/models\/schedule.js", "background\/js\/dispatcher.js", "background\/js\/main.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |