Youtube Live Checker
Check YouTube Live and New Videos in Subscriptions.
¿Qué es Youtube Live Checker?
Youtube Live Checker es una extensión de Chrome desarrollada por http://terminalhouse.com, y su función principal es "Check YouTube Live and New Videos in Subscriptions.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube Live Checker
Descarga archivos de extensión Youtube Live Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jghnkkomfecnakafbmnbeahjbefdonjo |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo |
Descripción | Check YouTube Live and New Videos in Subscriptions. |
Tamaño del Archivo | 88.97 KB |
Cantidad de Instalaciones | 2,473 |
Versión Actual | 0.0.1.6 |
Última Actualización | 2020-11-04 |
Fecha de Publicación | 2020-06-22 |
Calificación | 4.33/5 Total de 9 Calificaciones |
Desarrollador | http://terminalhouse.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://https |
Idiomas Soportados | 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'" } |