Youtube Live Checker
Check YouTube Live and New Videos in Subscriptions.
Hvad er Youtube Live Checker?
Youtube Live Checker er en Chrome-udvidelse udviklet af http://terminalhouse.com, og dens hovedfunktion er "Check YouTube Live and New Videos in Subscriptions.".
Udvidelsesskærmbilleder
Download Youtube Live Checker-udvidelses-CRX-fil
Download Youtube Live Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jghnkkomfecnakafbmnbeahjbefdonjo |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo |
Beskrivelse | Check YouTube Live and New Videos in Subscriptions. |
Filstørrelse | 88.97 KB |
Antal Installationer | 2,473 |
Nuværende Version | 0.0.1.6 |
Senest Opdateret | 2020-11-04 |
Udgivelsesdato | 2020-06-22 |
Bedømmelse | 4.33/5 Samlet 9 Bedømmelser |
Udvikler | http://terminalhouse.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://https |
Understøttede Sprog | 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'" } |