Leh_TV stream check
This extension checks whether Leh_TV stream is live!
Wat is Leh_TV stream check?
Leh_TV stream check is een Chrome-extensie ontwikkeld door pawelleh, en de belangrijkste functie is "This extension checks whether Leh_TV stream is live!".
Extensie Screenshots
Download het CRX-bestand van de extensie Leh_TV stream check
Download Leh_TV stream check-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Leh_TV stream check |
ID | iddineejdjngcemldfpdndoiiljghnmf |
Officiële URL | https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf |
Beschrijving | This extension checks whether Leh_TV stream is live! |
Bestandsgrootte | 67.16 KB |
Aantal Installaties | 284 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2020-01-19 |
Publicatiedatum | 2020-01-19 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | pawelleh |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |