Youtube Live Checker
Check YouTube Live and New Videos in Subscriptions.
Qu'est-ce que Youtube Live Checker ?
Youtube Live Checker est une extension Chrome développée par http://terminalhouse.com, et sa fonction principale est "Check YouTube Live and New Videos in Subscriptions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Live Checker
Téléchargez les fichiers d'extension Youtube Live Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jghnkkomfecnakafbmnbeahjbefdonjo |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo |
Description | Check YouTube Live and New Videos in Subscriptions. |
Taille du Fichier | 88.97 KB |
Nombre d'Installations | 2,473 |
Version Actuelle | 0.0.1.6 |
Dernière Mise à Jour | 2020-11-04 |
Date de Publication | 2020-06-22 |
Évaluation | 4.33/5 Total 9 Évaluations |
Développeur | http://terminalhouse.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://https |
Langues Prises en Charge | 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'" } |