Youtube Live Checker
Check YouTube Live and New Videos in Subscriptions.
Youtube Live Checker क्या है?
Youtube Live Checker http://terminalhouse.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check YouTube Live and New Videos in Subscriptions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Live Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jghnkkomfecnakafbmnbeahjbefdonjo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo |
विवरण | Check YouTube Live and New Videos in Subscriptions. |
फ़ाइल का आकार | 88.97 KB |
स्थापना संख्या | 2,473 |
वर्तमान संस्करण | 0.0.1.6 |
अंतिम अपडेट | 2020-11-04 |
प्रकाशन तिथि | 2020-06-22 |
रेटिंग | 4.33/5 कुल 9 रेटिंग्स |
डेवलपर | http://terminalhouse.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://https |
समर्थित भाषाएँ | 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'" } |