Leh_TV stream check
This extension checks whether Leh_TV stream is live!
Leh_TV stream check क्या है?
Leh_TV stream check pawelleh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension checks whether Leh_TV stream is live!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Leh_TV stream check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Jeżeli nie chcesz przegapić kolejnego streama, to koniecznie zainstaluj tę wtyczkę! Jeżeli klikniecie prawym przyciskiem myszki na zainstalowaną wtyczkę, to wchodząc w opcje macie możliwość ustawienia strony na która ma Was przekierowywać wtyczka.
एक्सटेंशन की मूल जानकारी
नाम | Leh_TV stream check |
ID | iddineejdjngcemldfpdndoiiljghnmf |
आधिकारिक URL | https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf |
विवरण | This extension checks whether Leh_TV stream is live! |
फ़ाइल का आकार | 67.16 KB |
स्थापना संख्या | 284 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2020-01-19 |
प्रकाशन तिथि | 2020-01-19 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | pawelleh |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leh_TV stream check", "description": "This extension checks whether Leh_TV stream is live!", "version": "1.3", "browser_action": { "default_icon": { "16": "img\/off16x16.png", "48": "img\/off48x48.png", "128": "img\/off128x128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "img\/on16x16.png", "48": "img\/on48x48.png", "128": "img\/on128x128.png" }, "permissions": [ "activeTab", "background", "notifications", "storage", "https:\/\/code.jquery.com\/", "https:\/\/ttv-api.s3.amazonaws.com\/", "https:\/\/api.twitch.tv\/kraken\/", "*:\/\/api.leh.tv\/" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/ttv-api.s3.amazonaws.com\/; object-src 'self'", "background": { "persistent": true, "page": "bg.html" } } |