Leh_TV stream check
This extension checks whether Leh_TV stream is live!
What is Leh_TV stream check?
Leh_TV stream check is a Chrome extension developed by pawelleh, and its main feature is "This extension checks whether Leh_TV stream is live!".
Extension Screenshots
Download Leh_TV stream check Extension CRX File
Download Leh_TV stream check extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Leh_TV stream check |
ID | iddineejdjngcemldfpdndoiiljghnmf |
Official URL | https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf |
Description | This extension checks whether Leh_TV stream is live! |
File Size | 67.16 KB |
Installation Count | 284 |
Current Version | 1.3 |
Last Updated | 2020-01-19 |
Publish Date | 2020-01-19 |
Rating | 5.00/5 Total 10 Ratings |
Developer | pawelleh |
Payment Type | free |
Supported Languages | 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" } } |