Leh_TV stream check
This extension checks whether Leh_TV stream is live!
什麼是Leh_TV stream check?
Leh_TV stream check是由pawelleh開發的Chrome擴展程式,該擴展的主要功能是“This extension checks whether Leh_TV stream is live!”。
擴展截圖
下載Leh_TV stream check擴展crx文件
下載Leh_TV stream check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | iddineejdjngcemldfpdndoiiljghnmf |
| 官方網址 | 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"
}
} | |