hololive-now
放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive
hololive-now क्या है?
hololive-now holofan123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "放送中のチャンネルと予約枠までのカウントダウンを表示します。Shows the currently live channels and also counts down to upcoming frames from Hololive"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में hololive-now एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
放送中のチャンネルと予約枠までのカウントダウンを表示します。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 |
आधिकारिक URL | 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\/*" ] } |