Youtube Live Checker
Check YouTube Live and New Videos in Subscriptions.
Youtube Live Checker là gì?
Youtube Live Checker là một tiện ích mở rộng Chrome được phát triển bởi http://terminalhouse.com, và tính năng chính của nó là "Check YouTube Live and New Videos in Subscriptions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Live Checker
Tải xuống các tệp mở rộng Youtube Live Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Press this button to check onair channels and new videos. And you can also notify them. *This app was translated into English using Google Translate. If I did a strange translation, it would be helpful to report it with the correct translation. I will fix it as soon as possible.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jghnkkomfecnakafbmnbeahjbefdonjo |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo |
Mô tả | Check YouTube Live and New Videos in Subscriptions. |
Kích Thước Tệp | 88.97 KB |
Số Lần Cài Đặt | 2,473 |
Phiên Bản Hiện Tại | 0.0.1.6 |
Cập Nhật Lần Cuối | 2020-11-04 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 4.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | http://terminalhouse.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://https |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1.6", "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Youtube Live Checker", "default_popup": "popup.html", "default_icon": { "16": "icon\/icon16.png" } }, "permissions": [ "https:\/\/www.youtube.com\/", "alarms", "idle", "storage", "notifications" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |